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 55[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.24.0 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.24.0 )
66
77Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8- This is a companion version for Kotlin 1.2.60 release.
8+ This is a companion version for Kotlin 1.2.61 release.
99
1010``` kotlin
1111launch {
@@ -71,7 +71,7 @@ And make sure that you use the latest Kotlin version:
7171
7272``` xml
7373<properties >
74- <kotlin .version>1.2.60 </kotlin .version>
74+ <kotlin .version>1.2.61 </kotlin .version>
7575</properties >
7676```
7777
@@ -87,7 +87,7 @@ And make sure that you use the latest Kotlin version:
8787
8888``` groovy
8989buildscript {
90- ext.kotlin_version = '1.2.60 '
90+ ext.kotlin_version = '1.2.61 '
9191}
9292```
9393
Original file line number Diff line number Diff line change 55version = 0.24.0-SNAPSHOT
66group = org.jetbrains.kotlinx
77
8- kotlin_version = 1.2.60
8+ kotlin_version = 1.2.61
99kotlin_native_version = 0.8.2
1010junit_version = 4.12
1111atomicFU_version = 0.11.1
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.60
21+ kotlin_version = 1.2.61
2222coroutines_version = 0.24.0
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.60
21+ kotlin_version = 1.2.61
2222coroutines_version = 0.24.0
2323
You can’t perform that action at this time.
0 commit comments