Skip to content

Commit 91c49e1

Browse files
committed
Update Kotlin to 1.3.21
1 parent 4651b57 commit 91c49e1

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=1.1.1) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.1)
66

77
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
8-
This is a companion version for Kotlin `1.3.20` release.
8+
This is a companion version for Kotlin `1.3.21` release.
99

1010
```kotlin
1111
GlobalScope.launch {
@@ -83,7 +83,7 @@ And make sure that you use the latest Kotlin version:
8383

8484
```xml
8585
<properties>
86-
<kotlin.version>1.3.20</kotlin.version>
86+
<kotlin.version>1.3.21</kotlin.version>
8787
</properties>
8888
```
8989

@@ -101,7 +101,7 @@ And make sure that you use the latest Kotlin version:
101101

102102
```groovy
103103
buildscript {
104-
ext.kotlin_version = '1.3.20'
104+
ext.kotlin_version = '1.3.21'
105105
}
106106
```
107107

@@ -127,7 +127,7 @@ And make sure that you use the latest Kotlin version:
127127

128128
```groovy
129129
plugins {
130-
kotlin("jvm") version "1.3.20"
130+
kotlin("jvm") version "1.3.21"
131131
}
132132
```
133133

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Kotlin
22
version=1.1.1-SNAPSHOT
33
group=org.jetbrains.kotlinx
4-
kotlin_version=1.3.20
5-
kotlin_native_version=1.3.20
4+
kotlin_version=1.3.21
65

76
# Dependencies
87
junit_version=4.12

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

+1-1
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.3.20
21+
kotlin_version=1.3.21
2222
coroutines_version=1.1.1
2323

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

+1-1
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.3.20
21+
kotlin_version=1.3.21
2222
coroutines_version=1.1.1
2323

0 commit comments

Comments
 (0)