reduxkotlin / redux-kotlin-compose

Compose Multiplatform integration for Redux-Kotlin
https://reduxkotlin.github.io/redux-kotlin-compose
29 stars 1 forks source link

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

Closed parkodee closed 2 years ago

parkodee commented 2 years ago

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:

parkodee commented 2 years ago

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

mpetuska commented 2 years ago

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.