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 341c587 commit d325a35Copy full SHA for d325a35
website/docs/introduction/GettingStarted.md
@@ -33,7 +33,7 @@ kotlin {
33
sourceSets {
34
commonMain {
35
dependencies {
36
- implementation "org.reduxkotlin:redux-kotlin:0.3.2"
+ implementation "org.reduxkotlin:redux-kotlin:0.4.0"
37
}
38
39
@@ -47,7 +47,7 @@ __For single platform project (i.e. just Android):__
47
48
```groovy
49
50
51
52
```
53
0 commit comments