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=0.25.2 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.25.2 )
5+ [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.25.3 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.25.3 )
66
77Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
88This is a companion version for Kotlin 1.2.61 release.
@@ -63,7 +63,7 @@ Add dependencies (you can also add other modules that you need):
6363<dependency >
6464 <groupId >org.jetbrains.kotlinx</groupId >
6565 <artifactId >kotlinx-coroutines-core</artifactId >
66- <version >0.25.2 </version >
66+ <version >0.25.3 </version >
6767</dependency >
6868```
6969
@@ -80,7 +80,7 @@ And make sure that you use the latest Kotlin version:
8080Add dependencies (you can also add other modules that you need):
8181
8282``` groovy
83- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.2 '
83+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.3 '
8484```
8585
8686And make sure that you use the latest Kotlin version:
@@ -113,7 +113,7 @@ Add [`kotlinx-coroutines-android`](ui/kotlinx-coroutines-android)
113113module as dependency when using ` kotlinx.coroutines ` on Android:
114114
115115``` groovy
116- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.25.2 '
116+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.25.3 '
117117```
118118
119119This gives you access to Android [ UI] ( https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-android/kotlinx.coroutines.experimental.android/-u-i.html )
0 commit comments