File tree 4 files changed +6
-6
lines changed
ui/kotlinx-coroutines-android
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
7
7
Library 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.
9
9
10
10
``` kotlin
11
11
launch {
@@ -71,7 +71,7 @@ And make sure that you use the latest Kotlin version:
71
71
72
72
``` xml
73
73
<properties >
74
- <kotlin .version>1.2.60 </kotlin .version>
74
+ <kotlin .version>1.2.61 </kotlin .version>
75
75
</properties >
76
76
```
77
77
@@ -87,7 +87,7 @@ And make sure that you use the latest Kotlin version:
87
87
88
88
``` groovy
89
89
buildscript {
90
- ext.kotlin_version = '1.2.60 '
90
+ ext.kotlin_version = '1.2.61 '
91
91
}
92
92
```
93
93
Original file line number Diff line number Diff line change 5
5
version = 0.24.0-SNAPSHOT
6
6
group = org.jetbrains.kotlinx
7
7
8
- kotlin_version = 1.2.60
8
+ kotlin_version = 1.2.61
9
9
kotlin_native_version = 0.8.2
10
10
junit_version = 4.12
11
11
atomicFU_version = 0.11.1
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.2.60
21
+ kotlin_version = 1.2.61
22
22
coroutines_version = 0.24.0
23
23
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.2.60
21
+ kotlin_version = 1.2.61
22
22
coroutines_version = 0.24.0
23
23
You can’t perform that action at this time.
0 commit comments