File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 3 files changed +5
-5
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=0.20 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.20 )
6
6
7
7
Library support for Kotlin coroutines.
8
- This is a companion version for Kotlin 1.2.0 release.
8
+ This is a companion version for Kotlin 1.2.10 release.
9
9
10
10
## Modules
11
11
@@ -60,7 +60,7 @@ And make sure that you use the latest Kotlin version:
60
60
61
61
``` xml
62
62
<properties >
63
- <kotlin .version>1.2.0 </kotlin .version>
63
+ <kotlin .version>1.2.10 </kotlin .version>
64
64
</properties >
65
65
```
66
66
@@ -76,7 +76,7 @@ And make sure that you use the latest Kotlin version:
76
76
77
77
``` groovy
78
78
buildscript {
79
- ext.kotlin_version = '1.2.0 '
79
+ ext.kotlin_version = '1.2.10 '
80
80
}
81
81
```
82
82
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.2.0
21
+ kotlin_version = 1.2.10
22
22
coroutines_version = 0.20
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.2.0
21
+ kotlin_version = 1.2.10
22
22
coroutines_version = 0.20
23
23
You can’t perform that action at this time.
0 commit comments