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 55[ ![ 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 )
66
77Library 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.
99
1010** NOTE** : ` 0.30.2 ` was the last release with Kotlin 1.2 and experimental coroutines.
1111See [ 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:
8282
8383``` xml
8484<properties >
85- <kotlin .version>1.3.0 </kotlin .version>
85+ <kotlin .version>1.3.11 </kotlin .version>
8686</properties >
8787```
8888
@@ -100,7 +100,7 @@ And make sure that you use the latest Kotlin version:
100100
101101``` groovy
102102buildscript {
103- ext.kotlin_version = '1.3.0 '
103+ ext.kotlin_version = '1.3.11 '
104104}
105105```
106106
@@ -126,7 +126,7 @@ And make sure that you use the latest Kotlin version:
126126
127127``` groovy
128128plugins {
129- kotlin("jvm") version "1.3.0 "
129+ kotlin("jvm") version "1.3.11 "
130130}
131131```
132132
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.0
21+ kotlin_version =1.3.11
2222coroutines_version =1.1.0
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.0
21+ kotlin_version =1.3.11
2222coroutines_version =1.1.0
2323
You can’t perform that action at this time.
0 commit comments