Skip to content

Commit 606a9cb

Browse files
committed
Kotlin 1.2.50 & atomicfu 0.10.3
1 parent 8f7c943 commit 606a9cb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+3-3
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.21 release.
10+
This is a companion version for Kotlin 1.2.50 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.21</kotlin.version>
75+
<kotlin.version>1.2.50</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.21'
91+
ext.kotlin_version = '1.2.50'
9292
}
9393
```
9494

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version = 0.23.2-SNAPSHOT
22
group = org.jetbrains.kotlinx
33

4-
kotlin_version = 1.2.41
4+
kotlin_version = 1.2.50
55
kotlin_native_version = 0.7-dev-1436
66
junit_version = 4.12
7-
atomicFU_version = 0.10.2
7+
atomicFU_version = 0.10.3
88
html_version = 0.6.8
99
lincheck_version=1.9
1010
dokka_version = 0.9.16-rdev-2-mpp-hacks

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.31
21+
kotlin_version = 1.2.50
2222
coroutines_version = 0.23.2
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.31
21+
kotlin_version = 1.2.50
2222
coroutines_version = 0.23.2
2323

0 commit comments

Comments
 (0)