22
33[ ![ official JetBrains project] ( http://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
44[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
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 )
5+ [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=1.1.1 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.1 )
66
77Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
88This is a companion version for Kotlin ` 1.3.11 ` release.
@@ -74,7 +74,7 @@ Add dependencies (you can also add other modules that you need):
7474<dependency >
7575 <groupId >org.jetbrains.kotlinx</groupId >
7676 <artifactId >kotlinx-coroutines-core</artifactId >
77- <version >1.1.0 </version >
77+ <version >1.1.1 </version >
7878</dependency >
7979```
8080
@@ -92,7 +92,7 @@ Add dependencies (you can also add other modules that you need):
9292
9393``` groovy
9494dependencies {
95- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.0 '
95+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1 '
9696}
9797```
9898
@@ -118,7 +118,7 @@ Add dependencies (you can also add other modules that you need):
118118
119119``` groovy
120120dependencies {
121- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.0 ")
121+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1 ")
122122}
123123```
124124
@@ -146,7 +146,7 @@ Add [`kotlinx-coroutines-android`](ui/kotlinx-coroutines-android)
146146module as dependency when using ` kotlinx.coroutines ` on Android:
147147
148148``` groovy
149- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.0 '
149+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1 '
150150```
151151This gives you access to Android [ Dispatchers.Main] ( https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-android/kotlinx.coroutines.android/kotlinx.coroutines.-dispatchers/index.html )
152152coroutine dispatcher and also makes sure that in case of crashed coroutine with unhandled exception this
0 commit comments