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.3 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.3 )
66
77Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8- This is a companion version for Kotlin ` 1.3.61 ` release.
8+ This is a companion version for Kotlin ` 1.3.70 ` release.
99
1010``` kotlin
1111suspend fun main () = coroutineScope {
@@ -90,7 +90,7 @@ And make sure that you use the latest Kotlin version:
9090
9191``` xml
9292<properties >
93- <kotlin .version>1.3.61 </kotlin .version>
93+ <kotlin .version>1.3.70 </kotlin .version>
9494</properties >
9595```
9696
@@ -108,7 +108,7 @@ And make sure that you use the latest Kotlin version:
108108
109109``` groovy
110110buildscript {
111- ext.kotlin_version = '1.3.61 '
111+ ext.kotlin_version = '1.3.70 '
112112}
113113```
114114
@@ -134,7 +134,7 @@ And make sure that you use the latest Kotlin version:
134134
135135``` groovy
136136plugins {
137- kotlin("jvm") version "1.3.61 "
137+ kotlin("jvm") version "1.3.70 "
138138}
139139```
140140
Original file line number Diff line number Diff line change 55# Kotlin
66version =1.3.3-SNAPSHOT
77group =org.jetbrains.kotlinx
8- kotlin_version =1.3.61
8+ kotlin_version =1.3.70
99
1010# Dependencies
1111junit_version =4.12
12- atomicfu_version =0.14.1
12+ atomicfu_version =0.14.2
1313knit_version =0.1.2
1414html_version =0.6.8
1515lincheck_version =2.5.3
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
2020# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2121# org.gradle.parallel=true
2222
23- kotlin_version =1.3.61
23+ kotlin_version =1.3.70
2424coroutines_version =1.3.3
2525
2626android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
2020# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2121# org.gradle.parallel=true
2222
23- kotlin_version =1.3.61
23+ kotlin_version =1.3.70
2424coroutines_version =1.3.3
2525
2626android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments