We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d40b7 commit aa5f300Copy full SHA for aa5f300
README.md
@@ -27,7 +27,7 @@ on the platforms. Converts the exception class to an error object to display. Th
27
`SelectorErrorPresenter` - for selecting error presenter by some custom condition.
28
29
## Requirements
30
-- Kotlin 1.9.0
+- Kotlin 2.1.0
31
- Gradle version 6.8+
32
- Android API 16+
33
- iOS version 11.0+
@@ -45,7 +45,7 @@ allprojects {
45
project build.gradle
46
```groovy
47
dependencies {
48
- commonMainApi("dev.icerock.moko:errors:0.8.0")
+ commonMainApi("dev.icerock.moko:errors:0.9.0")
49
}
50
```
51
0 commit comments