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 8a35601 commit 413eb0cCopy full SHA for 413eb0c
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.7"
+ implementation "org.reduxkotlin:redux-kotlin-reselect:0.2.9"
45
}
46
47
48
```
49
50
For JVM only:
51
52
- implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.7"
+ implementation "org.reduxkotlin:redux-kotlin-jvm-reselect:0.2.9"
53
54
55
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments