Skip to content

Commit 9852211

Browse files
committed
Kotlin version 1.2.21
1 parent cb78787 commit 9852211

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Library 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
1313
launch {
@@ -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
9090
buildscript {
91-
ext.kotlin_version = '1.2.20'
91+
ext.kotlin_version = '1.2.21'
9292
}
9393
```
9494

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version = 0.22-SNAPSHOT
22

3-
kotlin_version = 1.2.20
3+
kotlin_version = 1.2.21
44
junit_version = 4.12
55
atomicFU_version = 0.9.2
66
html_version = 0.6.8

ui/kotlinx-coroutines-android/animation-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version = 1.2.20
21+
kotlin_version = 1.2.21
2222
coroutines_version = 0.22
2323

ui/kotlinx-coroutines-android/example-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version = 1.2.20
21+
kotlin_version = 1.2.21
2222
coroutines_version = 0.22
2323

0 commit comments

Comments
 (0)