update kotlin

This commit is contained in:
InsanusMokrassar 2021-06-26 00:50:09 +06:00
parent 59fc90e556
commit f118ebce6e
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## 0.5.14
* `Versions`
* `Kotlin`: `1.5.10` -> `1.5.20`
* `Coroutines`
* `subscribeSafelyWithoutExceptions` got new parameter `onException` by analogue with `safelyWithoutExceptions`
* New extensions `Flow#subscribeAsync` and subsequent analogs of `subscribe` with opportunity to set up custom marker

View File

@ -7,7 +7,7 @@ android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2g
kotlin_version=1.5.10
kotlin_version=1.5.20
kotlin_coroutines_version=1.5.0
kotlin_serialisation_core_version=1.2.1
kotlin_exposed_version=0.32.1