reduxkotlin/redux-kotlin-compose

Could not find org.reduxkotlin:redux-kotlin-compose-jvm

parkodee opened this issue · 2 comments

I'm trying to use this library for my android jetpack compose app but can't download the library.
I did put implementation("org.reduxkotlin:redux-kotlin-compose-jvm:_") in gradle:app but keep getting error
`Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.reduxkotlin:redux-kotlin-compose-jvm:_.
Searched in the following locations:

Ok I replaced it with this implementation "org.reduxkotlin:redux-kotlin-threadsafe-jvm:0.5.5"
and now I can work on it.

FYI this module is only published to gh packages for now so if you want compose integration you need to add gh packages repo. We're having some issues with CI secrets preventing maven central release.