File tree 4 files changed +7
-8
lines changed
ui/kotlinx-coroutines-android
4 files changed +7
-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.1.1 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.1 )
6
6
7
7
Library 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.
9
9
10
10
``` kotlin
11
11
GlobalScope .launch {
@@ -83,7 +83,7 @@ And make sure that you use the latest Kotlin version:
83
83
84
84
``` xml
85
85
<properties >
86
- <kotlin .version>1.3.20 </kotlin .version>
86
+ <kotlin .version>1.3.21 </kotlin .version>
87
87
</properties >
88
88
```
89
89
@@ -101,7 +101,7 @@ And make sure that you use the latest Kotlin version:
101
101
102
102
``` groovy
103
103
buildscript {
104
- ext.kotlin_version = '1.3.20 '
104
+ ext.kotlin_version = '1.3.21 '
105
105
}
106
106
```
107
107
@@ -127,7 +127,7 @@ And make sure that you use the latest Kotlin version:
127
127
128
128
``` groovy
129
129
plugins {
130
- kotlin("jvm") version "1.3.20 "
130
+ kotlin("jvm") version "1.3.21 "
131
131
}
132
132
```
133
133
Original file line number Diff line number Diff line change 1
1
# Kotlin
2
2
version =1.1.1-SNAPSHOT
3
3
group =org.jetbrains.kotlinx
4
- kotlin_version =1.3.20
5
- kotlin_native_version =1.3.20
4
+ kotlin_version =1.3.21
6
5
7
6
# Dependencies
8
7
junit_version =4.12
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.20
21
+ kotlin_version =1.3.21
22
22
coroutines_version =1.1.1
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.20
21
+ kotlin_version =1.3.21
22
22
coroutines_version =1.1.1
23
23
You can’t perform that action at this time.
0 commit comments