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.
2 parents 5945abc + a7e342b commit ad3c417Copy full SHA for ad3c417
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.5"
+ implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.7"
45
}
46
47
48
```
49
50
For JVM only:
51
52
- implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.5"
+ implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.7"
53
54
55
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments