File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 3 files changed +6
-6
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.0 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.0 )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
- This is a companion version for Kotlin ` 1.3.0 ` release.
8
+ This is a companion version for Kotlin ` 1.3.11 ` release.
9
9
10
10
** NOTE** : ` 0.30.2 ` was the last release with Kotlin 1.2 and experimental coroutines.
11
11
See [ COMPATIBILITY.md] ( COMPATIBILITY.md ) for details of migration onto the stable Kotlin 1.3 coroutines.
@@ -82,7 +82,7 @@ And make sure that you use the latest Kotlin version:
82
82
83
83
``` xml
84
84
<properties >
85
- <kotlin .version>1.3.0 </kotlin .version>
85
+ <kotlin .version>1.3.11 </kotlin .version>
86
86
</properties >
87
87
```
88
88
@@ -100,7 +100,7 @@ And make sure that you use the latest Kotlin version:
100
100
101
101
``` groovy
102
102
buildscript {
103
- ext.kotlin_version = '1.3.0 '
103
+ ext.kotlin_version = '1.3.11 '
104
104
}
105
105
```
106
106
@@ -126,7 +126,7 @@ And make sure that you use the latest Kotlin version:
126
126
127
127
``` groovy
128
128
plugins {
129
- kotlin("jvm") version "1.3.0 "
129
+ kotlin("jvm") version "1.3.11 "
130
130
}
131
131
```
132
132
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.0
21
+ kotlin_version =1.3.11
22
22
coroutines_version =1.1.0
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.0
21
+ kotlin_version =1.3.11
22
22
coroutines_version =1.1.0
23
23
You can’t perform that action at this time.
0 commit comments