Skip to content

Commit aa5f300

Browse files
authored
update version
Updated Kotlin version and MOKO errors dependency.
1 parent 20d40b7 commit aa5f300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on the platforms. Converts the exception class to an error object to display. Th
2727
`SelectorErrorPresenter` - for selecting error presenter by some custom condition.
2828

2929
## Requirements
30-
- Kotlin 1.9.0
30+
- Kotlin 2.1.0
3131
- Gradle version 6.8+
3232
- Android API 16+
3333
- iOS version 11.0+
@@ -45,7 +45,7 @@ allprojects {
4545
project build.gradle
4646
```groovy
4747
dependencies {
48-
commonMainApi("dev.icerock.moko:errors:0.8.0")
48+
commonMainApi("dev.icerock.moko:errors:0.9.0")
4949
}
5050
```
5151

0 commit comments

Comments
 (0)