File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlin-eap-1.1/kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines/_latestVersion )
22
3- Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0 release.
3+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
44
55## Modules
66
@@ -36,7 +36,7 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
3636> Note that these libraries are experimental and are subject to change.
3737
3838The libraries are available via [ JCenter] ( https://bintray.com/bintray/jcenter ) .
39- These libraries require kotlin compiler version to be at least ` 1.1.0 ` and
39+ These libraries require kotlin compiler version ` 1.1.x ` and
4040require kotlin runtime of the same version as a dependency.
4141
4242### Maven
@@ -64,7 +64,7 @@ And make sure that you use the right Kotlin version:
6464
6565``` xml
6666<properties >
67- <kotlin .version>1.1.0 </kotlin .version>
67+ <kotlin .version>1.1.1 </kotlin .version>
6868</properties >
6969```
7070
@@ -88,6 +88,6 @@ And make sure that you use the right Kotlin version:
8888
8989``` groovy
9090buildscript {
91- ext.kotlin_version = '1.1.0 '
91+ ext.kotlin_version = '1.1.1 '
9292}
9393```
Original file line number Diff line number Diff line change 7777
7878 <properties >
7979 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80- <kotlin .version>1.1.0 </kotlin .version>
80+ <kotlin .version>1.1.1 </kotlin .version>
8181 <dokka .version>0.9.14</dokka .version>
8282 <junit .version>4.12</junit .version>
8383 <maven .compiler.source>1.6</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments