reduxkotlin / Reselect

A selector library for ReduxKotlin
Apache License 2.0
1 stars 3 forks source link

Failed to resolve 0.4.0 #6

Closed patricebelisle closed 4 years ago

patricebelisle commented 4 years ago

Trying to use redux-kotlin-reselect:0.4.0 on KMP gives the following error :

ERROR: Failed to resolve: org.reduxkotlin:redux-kotlin-reselect:0.4.0

Looking at the maven repository here : https://mvnrepository.com/artifact/org.reduxkotlin/redux-kotlin-reselect-ios I see the lastest version seems to be 0.2.10, which could explain why I can't use 0.4.0.

patjackson52 commented 4 years ago

Thanks for reporting. Hope to have an update for this next week

melbic commented 4 years ago

Any news about the state of the updated version?

JWood48 commented 4 years ago

can resolve 0.5.5 for kotlin 1.4.0 either...

patjackson52 commented 4 years ago

@JWood48 I've updated the readme with the correct artifact name.

dependencies {
                implementation "org.reduxkotlin:reselect:0.5.5"
            }

Pls let me know if you have any more problems.