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 cd239f9 commit d91872cCopy full SHA for d91872c
README.md
@@ -59,15 +59,15 @@ kotlin {
59
sourceSets {
60
commonMain { // <--- name may vary on your project
61
dependencies {
62
- implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.3"
+ implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.5"
63
}
64
65
66
```
67
68
For JVM only:
69
70
- implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.3"
+ implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.5"
71
72
73
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments