reduxkotlin/redux-kotlin

Not compatible with Android Project

p21asthana opened this issue · 2 comments

I have added the following in build.gradle but import org.reduxkotlin.createStore is failing.

dependencies {
implementation "org.reduxkotlin:redux-kotlin:0.4.0"
...
}

Thanks for reporting. can you try:
dependencies {
implementation "org.reduxkotlin:redux-kotlin-jvm:0.4.0"
}

The dep you've used is the common, multiplatform dependency.