Skip to content

Commit 39ed8c6

Browse files
committed
MPP: Kotlin 1.2.10
1 parent b170819 commit 39ed8c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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=0.20) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.20)
66

77
Library support for Kotlin coroutines.
8-
This is a companion version for Kotlin 1.2.0 release.
8+
This is a companion version for Kotlin 1.2.10 release.
99

1010
## Modules
1111

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

6161
```xml
6262
<properties>
63-
<kotlin.version>1.2.0</kotlin.version>
63+
<kotlin.version>1.2.10</kotlin.version>
6464
</properties>
6565
```
6666

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

7777
```groovy
7878
buildscript {
79-
ext.kotlin_version = '1.2.0'
79+
ext.kotlin_version = '1.2.10'
8080
}
8181
```
8282

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.0
21+
kotlin_version = 1.2.10
2222
coroutines_version = 0.20
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.0
21+
kotlin_version = 1.2.10
2222
coroutines_version = 0.20
2323

0 commit comments

Comments
 (0)