File tree 4 files changed +7
-7
lines changed
ui/kotlinx-coroutines-android
4 files changed +7
-7
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.0-M2 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.0-M2 )
6
6
7
7
Library support for Kotlin coroutines with [ multiplatform] ( #multiplatform ) support.
8
- This is a companion version for Kotlin ` 1.3.40 ` release.
8
+ This is a companion version for Kotlin ` 1.3.41 ` release.
9
9
10
10
``` kotlin
11
11
suspend fun main () = coroutineScope {
@@ -89,7 +89,7 @@ And make sure that you use the latest Kotlin version:
89
89
90
90
``` xml
91
91
<properties >
92
- <kotlin .version>1.3.40 </kotlin .version>
92
+ <kotlin .version>1.3.41 </kotlin .version>
93
93
</properties >
94
94
```
95
95
@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
107
107
108
108
``` groovy
109
109
buildscript {
110
- ext.kotlin_version = '1.3.40 '
110
+ ext.kotlin_version = '1.3.41 '
111
111
}
112
112
```
113
113
@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
133
133
134
134
``` groovy
135
135
plugins {
136
- kotlin("jvm") version "1.3.40 "
136
+ kotlin("jvm") version "1.3.41 "
137
137
}
138
138
```
139
139
Original file line number Diff line number Diff line change 1
1
# Kotlin
2
2
version =1.3.0-M2-SNAPSHOT
3
3
group =org.jetbrains.kotlinx
4
- kotlin_version =1.3.40
4
+ kotlin_version =1.3.41
5
5
6
6
# Dependencies
7
7
junit_version =4.12
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.3.40
21
+ kotlin_version =1.3.41
22
22
coroutines_version =1.3.0-M2
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.3.40
21
+ kotlin_version =1.3.41
22
22
coroutines_version =1.3.0-M2
23
23
You can’t perform that action at this time.
0 commit comments