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 7
7
Library support for Kotlin coroutines in
8
8
[ Kotlin/JVM] ( core/README.md ) and
9
9
[ 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.
11
11
12
12
``` kotlin
13
13
launch {
@@ -72,7 +72,7 @@ And make sure that you use the latest Kotlin version:
72
72
73
73
``` xml
74
74
<properties >
75
- <kotlin .version>1.2.20 </kotlin .version>
75
+ <kotlin .version>1.2.21 </kotlin .version>
76
76
</properties >
77
77
```
78
78
@@ -88,7 +88,7 @@ And make sure that you use the latest Kotlin version:
88
88
89
89
``` groovy
90
90
buildscript {
91
- ext.kotlin_version = '1.2.20 '
91
+ ext.kotlin_version = '1.2.21 '
92
92
}
93
93
```
94
94
Original file line number Diff line number Diff line change 1
1
version = 0.22-SNAPSHOT
2
2
3
- kotlin_version = 1.2.20
3
+ kotlin_version = 1.2.21
4
4
junit_version = 4.12
5
5
atomicFU_version = 0.9.2
6
6
html_version = 0.6.8
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.20
21
+ kotlin_version = 1.2.21
22
22
coroutines_version = 0.22
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.20
21
+ kotlin_version = 1.2.21
22
22
coroutines_version = 0.22
23
23
You can’t perform that action at this time.
0 commit comments