File tree 4 files changed +8
-8
lines changed
ui/kotlinx-coroutines-android
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=1.3.0-RC ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.0-RC )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
- This is a companion version for Kotlin ` 1.3.41 ` release.
8
+ This is a companion version for Kotlin ` 1.3.50 ` release.
9
9
10
10
``` kotlin
11
11
suspend fun main () = coroutineScope {
@@ -89,7 +89,7 @@ And make sure that you use the latest Kotlin version:
89
89
90
90
``` xml
91
91
<properties >
92
- <kotlin .version>1.3.41 </kotlin .version>
92
+ <kotlin .version>1.3.50 </kotlin .version>
93
93
</properties >
94
94
```
95
95
@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
107
107
108
108
``` groovy
109
109
buildscript {
110
- ext.kotlin_version = '1.3.41 '
110
+ ext.kotlin_version = '1.3.50 '
111
111
}
112
112
```
113
113
@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
133
133
134
134
``` groovy
135
135
plugins {
136
- kotlin("jvm") version "1.3.41 "
136
+ kotlin("jvm") version "1.3.50 "
137
137
}
138
138
```
139
139
Original file line number Diff line number Diff line change 1
1
# Kotlin
2
2
version =1.3.0-RC-SNAPSHOT
3
3
group =org.jetbrains.kotlinx
4
- kotlin_version =1.3.41
4
+ kotlin_version =1.3.50
5
5
6
6
# Dependencies
7
7
junit_version =4.12
8
- atomicfu_version =0.12.9
8
+ atomicfu_version =0.12.10
9
9
html_version =0.6.8
10
10
lincheck_version =2.0
11
11
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.3.41
21
+ kotlin_version =1.3.50
22
22
coroutines_version =1.3.0-RC
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.3.41
21
+ kotlin_version =1.3.50
22
22
coroutines_version =1.3.0-RC
23
23
You can’t perform that action at this time.
0 commit comments