File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55[ ![ 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 )
66
77Library 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.
99
1010``` kotlin
1111suspend fun main () = coroutineScope {
@@ -89,7 +89,7 @@ And make sure that you use the latest Kotlin version:
8989
9090``` xml
9191<properties >
92- <kotlin .version>1.3.41 </kotlin .version>
92+ <kotlin .version>1.3.50 </kotlin .version>
9393</properties >
9494```
9595
@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
107107
108108``` groovy
109109buildscript {
110- ext.kotlin_version = '1.3.41 '
110+ ext.kotlin_version = '1.3.50 '
111111}
112112```
113113
@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
133133
134134``` groovy
135135plugins {
136- kotlin("jvm") version "1.3.41 "
136+ kotlin("jvm") version "1.3.50 "
137137}
138138```
139139
Original file line number Diff line number Diff line change 11# Kotlin
22version =1.3.0-RC-SNAPSHOT
33group =org.jetbrains.kotlinx
4- kotlin_version =1.3.41
4+ kotlin_version =1.3.50
55
66# Dependencies
77junit_version =4.12
8- atomicfu_version =0.12.9
8+ atomicfu_version =0.12.10
99html_version =0.6.8
1010lincheck_version =2.0
1111dokka_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
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version =1.3.41
21+ kotlin_version =1.3.50
2222coroutines_version =1.3.0-RC
2323
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version =1.3.41
21+ kotlin_version =1.3.50
2222coroutines_version =1.3.0-RC
2323
You can’t perform that action at this time.
0 commit comments