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 4dbc93a commit 367b2b2Copy full SHA for 367b2b2
README.md
@@ -64,15 +64,15 @@ kotlin {
64
sourceSets {
65
commonMain { // <--- name may vary on your project
66
dependencies {
67
- implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.7"
+ implementation "org.reduxkotlin:redux-kotlin-thunk:0.2.8"
68
}
69
70
71
```
72
73
For JVM only:
74
75
- implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.7"
+ implementation "org.reduxkotlin:redux-kotlin-jvm-thunk:0.2.8"
76
77
78
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments