1- # kotlinx.coroutines
1+ # 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- [ ![ 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 )
4-
5- Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-rc-91 release.
3+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0 release.
64
75## Modules and features
86
@@ -28,8 +26,8 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
2826
2927The libraries are published to [ kotlin-eap-1.1] ( https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines ) bintray repository.
3028
31- These libraries require kotlin compiler version to be at least ` 1.1.0-rc-91 ` and
32- require kotlin runtime of the same version as a dependency, which can be obtained from the same repository .
29+ These libraries require kotlin compiler version to be at least ` 1.1.0 ` and
30+ require kotlin runtime of the same version as a dependency.
3331
3432### Maven
3533
@@ -53,15 +51,15 @@ Add dependencies (you can also add other modules that you need):
5351<dependency >
5452 <groupId >org.jetbrains.kotlinx</groupId >
5553 <artifactId >kotlinx-coroutines-core</artifactId >
56- <version >0.11-rc </version >
54+ <version >0.12 </version >
5755</dependency >
5856```
5957
6058And make sure that you use the right Kotlin version:
6159
6260``` xml
6361<properties >
64- <kotlin .version>1.1.0-rc-91 </kotlin .version>
62+ <kotlin .version>1.1.0</kotlin .version>
6563</properties >
6664```
6765
@@ -80,13 +78,13 @@ repositories {
8078Add dependencies (you can also add other modules that you need):
8179
8280``` groovy
83- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.11-rc '
81+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.12 '
8482```
8583
8684And make sure that you use the right Kotlin version:
8785
8886``` groovy
8987buildscript {
90- ext.kotlin_version = '1.1.0-rc-91 '
88+ ext.kotlin_version = '1.1.0'
9189}
9290```
0 commit comments