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 e13fe14 + c5b0079 commit bf6d3b0Copy full SHA for bf6d3b0
README.md
@@ -25,15 +25,15 @@ kotlin {
25
sourceSets {
26
commonMain { // <--- name may vary on your project
27
dependencies {
28
- implementation "org.reduxkotlin:presenter-middleare:0.2"
+ implementation "org.reduxkotlin:presenter-middlware:0.2.8"
29
}
30
31
32
```
33
34
For JVM only:
35
36
- implementation "org.reduxkotlin:presenter-middleware-jvm:0.2"
+ implementation "org.reduxkotlin:presenter-middleware-jvm:0.2.8"
37
38
39
[badge-android]: http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat
0 commit comments