File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +6
-6
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.20 release.
10+ This is a companion version for Kotlin 1.2.21 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.20 </kotlin .version>
75+ <kotlin .version>1.2.21 </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.20 '
91+ ext.kotlin_version = '1.2.21 '
9292}
9393```
9494
Original file line number Diff line number Diff line change 11version = 0.22-SNAPSHOT
22
3- kotlin_version = 1.2.20
3+ kotlin_version = 1.2.21
44junit_version = 4.12
55atomicFU_version = 0.9.2
66html_version = 0.6.8
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.20
21+ kotlin_version = 1.2.21
2222coroutines_version = 0.22
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.20
21+ kotlin_version = 1.2.21
2222coroutines_version = 0.22
2323
You can’t perform that action at this time.
0 commit comments