File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +7
-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.1.1 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.1 )
66
77Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8- This is a companion version for Kotlin ` 1.3.20 ` release.
8+ This is a companion version for Kotlin ` 1.3.21 ` release.
99
1010``` kotlin
1111GlobalScope .launch {
@@ -83,7 +83,7 @@ And make sure that you use the latest Kotlin version:
8383
8484``` xml
8585<properties >
86- <kotlin .version>1.3.20 </kotlin .version>
86+ <kotlin .version>1.3.21 </kotlin .version>
8787</properties >
8888```
8989
@@ -101,7 +101,7 @@ And make sure that you use the latest Kotlin version:
101101
102102``` groovy
103103buildscript {
104- ext.kotlin_version = '1.3.20 '
104+ ext.kotlin_version = '1.3.21 '
105105}
106106```
107107
@@ -127,7 +127,7 @@ And make sure that you use the latest Kotlin version:
127127
128128``` groovy
129129plugins {
130- kotlin("jvm") version "1.3.20 "
130+ kotlin("jvm") version "1.3.21 "
131131}
132132```
133133
Original file line number Diff line number Diff line change 11# Kotlin
22version =1.1.1-SNAPSHOT
33group =org.jetbrains.kotlinx
4- kotlin_version =1.3.20
5- kotlin_native_version =1.3.20
4+ kotlin_version =1.3.21
65
76# Dependencies
87junit_version =4.12
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.20
21+ kotlin_version =1.3.21
2222coroutines_version =1.1.1
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.20
21+ kotlin_version =1.3.21
2222coroutines_version =1.1.1
2323
You can’t perform that action at this time.
0 commit comments