2
2
3
3
[ ![ official JetBrains project] ( http://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
4
4
[ ![ 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 )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
8
This 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):
63
63
<dependency >
64
64
<groupId >org.jetbrains.kotlinx</groupId >
65
65
<artifactId >kotlinx-coroutines-core</artifactId >
66
- <version >0.25.2 </version >
66
+ <version >0.25.3 </version >
67
67
</dependency >
68
68
```
69
69
@@ -80,7 +80,7 @@ And make sure that you use the latest Kotlin version:
80
80
Add dependencies (you can also add other modules that you need):
81
81
82
82
``` groovy
83
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.2 '
83
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.25.3 '
84
84
```
85
85
86
86
And make sure that you use the latest Kotlin version:
@@ -113,7 +113,7 @@ Add [`kotlinx-coroutines-android`](ui/kotlinx-coroutines-android)
113
113
module as dependency when using ` kotlinx.coroutines ` on Android:
114
114
115
115
``` groovy
116
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.25.2 '
116
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:0.25.3 '
117
117
```
118
118
119
119
This 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