We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9717cf7 commit fbb3783Copy full SHA for fbb3783
README.md
@@ -55,15 +55,15 @@ kotlin {
55
sourceSets {
56
commonMain { // <--- name may vary on your project
57
dependencies {
58
- implementation "org.reduxkotlin:redux-kotlin-reselect:0.5.5"
+ implementation "org.reduxkotlin:reselect:0.5.5"
59
}
60
61
62
```
63
64
For JVM only:
65
66
- implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.5.5"
+ implementation "org.reduxkotlin:reselect-jvm:0.5.5"
67
68
69
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments