File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77Library support for Kotlin coroutines in
88[ Kotlin/JVM] ( core/README.md ) and
99[ Kotlin/JS] ( js/README.md ) .
10- This is a companion version for Kotlin 1.2.21 release.
10+ This is a companion version for Kotlin 1.2.50 release.
1111
1212``` kotlin
1313launch {
@@ -72,7 +72,7 @@ And make sure that you use the latest Kotlin version:
7272
7373``` xml
7474<properties >
75- <kotlin .version>1.2.21 </kotlin .version>
75+ <kotlin .version>1.2.50 </kotlin .version>
7676</properties >
7777```
7878
@@ -88,7 +88,7 @@ And make sure that you use the latest Kotlin version:
8888
8989``` groovy
9090buildscript {
91- ext.kotlin_version = '1.2.21 '
91+ ext.kotlin_version = '1.2.50 '
9292}
9393```
9494
Original file line number Diff line number Diff line change 11version = 0.23.2-SNAPSHOT
22group = org.jetbrains.kotlinx
33
4- kotlin_version = 1.2.41
4+ kotlin_version = 1.2.50
55kotlin_native_version = 0.7-dev-1436
66junit_version = 4.12
7- atomicFU_version = 0.10.2
7+ atomicFU_version = 0.10.3
88html_version = 0.6.8
99lincheck_version =1.9
1010dokka_version = 0.9.16-rdev-2-mpp-hacks
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version = 1.2.31
21+ kotlin_version = 1.2.50
2222coroutines_version = 0.23.2
2323
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version = 1.2.31
21+ kotlin_version = 1.2.50
2222coroutines_version = 0.23.2
2323
You can’t perform that action at this time.
0 commit comments