File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.26.1 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.26.1 )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
- This is a companion version for Kotlin 1.2.61 release.
8
+ This is a companion version for Kotlin 1.2.70 release.
9
9
10
10
``` kotlin
11
11
GlobalScope .launch {
@@ -71,7 +71,7 @@ And make sure that you use the latest Kotlin version:
71
71
72
72
``` xml
73
73
<properties >
74
- <kotlin .version>1.2.61 </kotlin .version>
74
+ <kotlin .version>1.2.70 </kotlin .version>
75
75
</properties >
76
76
```
77
77
@@ -87,7 +87,7 @@ And make sure that you use the latest Kotlin version:
87
87
88
88
``` groovy
89
89
buildscript {
90
- ext.kotlin_version = '1.2.61 '
90
+ ext.kotlin_version = '1.2.70 '
91
91
}
92
92
```
93
93
Original file line number Diff line number Diff line change 1
1
# Kotlin
2
2
version =0.26.1-SNAPSHOT
3
3
group =org.jetbrains.kotlinx
4
- kotlin_version =1.2.61
4
+ kotlin_version =1.2.70
5
5
kotlin_native_version =0.8.2
6
6
7
7
# Dependencies
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version =1.2.61
21
+ kotlin_version =1.2.70
22
22
coroutines_version =0.26.1
23
23
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version =1.2.61
21
+ kotlin_version =1.2.70
22
22
coroutines_version =0.26.1
23
23
You can’t perform that action at this time.
0 commit comments