File tree 4 files changed +8
-8
lines changed
ui/kotlinx-coroutines-android
4 files changed +8
-8
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=1.3.3 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.3 )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
- This is a companion version for Kotlin ` 1.3.61 ` release.
8
+ This is a companion version for Kotlin ` 1.3.70 ` release.
9
9
10
10
``` kotlin
11
11
suspend fun main () = coroutineScope {
@@ -90,7 +90,7 @@ And make sure that you use the latest Kotlin version:
90
90
91
91
``` xml
92
92
<properties >
93
- <kotlin .version>1.3.61 </kotlin .version>
93
+ <kotlin .version>1.3.70 </kotlin .version>
94
94
</properties >
95
95
```
96
96
@@ -108,7 +108,7 @@ And make sure that you use the latest Kotlin version:
108
108
109
109
``` groovy
110
110
buildscript {
111
- ext.kotlin_version = '1.3.61 '
111
+ ext.kotlin_version = '1.3.70 '
112
112
}
113
113
```
114
114
@@ -134,7 +134,7 @@ And make sure that you use the latest Kotlin version:
134
134
135
135
``` groovy
136
136
plugins {
137
- kotlin("jvm") version "1.3.61 "
137
+ kotlin("jvm") version "1.3.70 "
138
138
}
139
139
```
140
140
Original file line number Diff line number Diff line change 5
5
# Kotlin
6
6
version =1.3.3-SNAPSHOT
7
7
group =org.jetbrains.kotlinx
8
- kotlin_version =1.3.61
8
+ kotlin_version =1.3.70
9
9
10
10
# Dependencies
11
11
junit_version =4.12
12
- atomicfu_version =0.14.1
12
+ atomicfu_version =0.14.2
13
13
knit_version =0.1.2
14
14
html_version =0.6.8
15
15
lincheck_version =2.5.3
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
20
20
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
21
21
# org.gradle.parallel=true
22
22
23
- kotlin_version =1.3.61
23
+ kotlin_version =1.3.70
24
24
coroutines_version =1.3.3
25
25
26
26
android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ org.gradle.jvmargs=-Xmx1536m
20
20
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
21
21
# org.gradle.parallel=true
22
22
23
- kotlin_version =1.3.61
23
+ kotlin_version =1.3.70
24
24
coroutines_version =1.3.3
25
25
26
26
android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments