Skip to content

Commit 717bc8b

Browse files
committed
Kotlin version 1.2.61
1 parent 5b319ef commit 717bc8b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
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.24.0) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.24.0)
66

77
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.
99

1010
```kotlin
1111
launch {
@@ -71,7 +71,7 @@ And make sure that you use the latest Kotlin version:
7171

7272
```xml
7373
<properties>
74-
<kotlin.version>1.2.60</kotlin.version>
74+
<kotlin.version>1.2.61</kotlin.version>
7575
</properties>
7676
```
7777

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

8888
```groovy
8989
buildscript {
90-
ext.kotlin_version = '1.2.60'
90+
ext.kotlin_version = '1.2.61'
9191
}
9292
```
9393

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version = 0.24.0-SNAPSHOT
66
group = org.jetbrains.kotlinx
77

8-
kotlin_version = 1.2.60
8+
kotlin_version = 1.2.61
99
kotlin_native_version = 0.8.2
1010
junit_version = 4.12
1111
atomicFU_version = 0.11.1

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.2.60
21+
kotlin_version = 1.2.61
2222
coroutines_version = 0.24.0
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.2.60
21+
kotlin_version = 1.2.61
2222
coroutines_version = 0.24.0
2323

0 commit comments

Comments
 (0)