reduxkotlin / redux-kotlin

Redux implementation for Kotlin (supports multiplatform JVM, native, JS, WASM)
https://reduxkotlin.org
MIT License
426 stars 32 forks source link

Not compatible with Android Project #44

Closed p21asthana closed 4 years ago

p21asthana commented 4 years ago

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

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

patjackson52 commented 4 years ago

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.

p21asthana commented 4 years ago

Thnx! that worked like a charm

On Mon, May 18, 2020 at 7:09 PM Patrick Jackson notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reduxkotlin/redux-kotlin/issues/44#issuecomment-630189765, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6J4AYIQDPBIKXIZWJEUF3RSE3CNANCNFSM4MXBQBNA .

-- Regards, Prashant Asthana, +91-9740 844 900