File tree 4 files changed +7
-7
lines changed
ui/kotlinx-coroutines-android
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
Library support for Kotlin coroutines in
8
8
[ Kotlin/JVM] ( core/README.md ) and
9
9
[ 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.
11
11
12
12
``` kotlin
13
13
launch {
@@ -72,7 +72,7 @@ And make sure that you use the latest Kotlin version:
72
72
73
73
``` xml
74
74
<properties >
75
- <kotlin .version>1.2.21 </kotlin .version>
75
+ <kotlin .version>1.2.50 </kotlin .version>
76
76
</properties >
77
77
```
78
78
@@ -88,7 +88,7 @@ And make sure that you use the latest Kotlin version:
88
88
89
89
``` groovy
90
90
buildscript {
91
- ext.kotlin_version = '1.2.21 '
91
+ ext.kotlin_version = '1.2.50 '
92
92
}
93
93
```
94
94
Original file line number Diff line number Diff line change 1
1
version = 0.23.2-SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
- kotlin_version = 1.2.41
4
+ kotlin_version = 1.2.50
5
5
kotlin_native_version = 0.7-dev-1436
6
6
junit_version = 4.12
7
- atomicFU_version = 0.10.2
7
+ atomicFU_version = 0.10.3
8
8
html_version = 0.6.8
9
9
lincheck_version =1.9
10
10
dokka_version = 0.9.16-rdev-2-mpp-hacks
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.2.31
21
+ kotlin_version = 1.2.50
22
22
coroutines_version = 0.23.2
23
23
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.2.31
21
+ kotlin_version = 1.2.50
22
22
coroutines_version = 0.23.2
23
23
You can’t perform that action at this time.
0 commit comments