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 cf54074 commit a89aea4Copy full SHA for a89aea4
README.md
@@ -41,15 +41,15 @@ kotlin {
41
sourceSets {
42
commonMain { // <--- name may vary on your project
43
dependencies {
44
- implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.3"
+ implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.5"
45
}
46
47
48
```
49
50
For JVM only:
51
52
- implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.3"
+ implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.5"
53
54
55
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments