File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.20 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.20 )
66
77Library support for Kotlin coroutines.
8- This is a companion version for Kotlin 1.2.0 release.
8+ This is a companion version for Kotlin 1.2.10 release.
99
1010## Modules
1111
@@ -60,7 +60,7 @@ And make sure that you use the latest Kotlin version:
6060
6161``` xml
6262<properties >
63- <kotlin .version>1.2.0 </kotlin .version>
63+ <kotlin .version>1.2.10 </kotlin .version>
6464</properties >
6565```
6666
@@ -76,7 +76,7 @@ And make sure that you use the latest Kotlin version:
7676
7777``` groovy
7878buildscript {
79- ext.kotlin_version = '1.2.0 '
79+ ext.kotlin_version = '1.2.10 '
8080}
8181```
8282
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.0
21+ kotlin_version = 1.2.10
2222coroutines_version = 0.20
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.0
21+ kotlin_version = 1.2.10
2222coroutines_version = 0.20
2323
You can’t perform that action at this time.
0 commit comments