File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55[ ![ 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 )
66
77Library 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.
99
1010``` kotlin
1111suspend fun main () = coroutineScope {
@@ -89,7 +89,7 @@ And make sure that you use the latest Kotlin version:
8989
9090``` xml
9191<properties >
92- <kotlin .version>1.3.40 </kotlin .version>
92+ <kotlin .version>1.3.41 </kotlin .version>
9393</properties >
9494```
9595
@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
107107
108108``` groovy
109109buildscript {
110- ext.kotlin_version = '1.3.40 '
110+ ext.kotlin_version = '1.3.41 '
111111}
112112```
113113
@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
133133
134134``` groovy
135135plugins {
136- kotlin("jvm") version "1.3.40 "
136+ kotlin("jvm") version "1.3.41 "
137137}
138138```
139139
Original file line number Diff line number Diff line change 11# Kotlin
22version =1.3.0-M2-SNAPSHOT
33group =org.jetbrains.kotlinx
4- kotlin_version =1.3.40
4+ kotlin_version =1.3.41
55
66# Dependencies
77junit_version =4.12
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version =1.3.40
21+ kotlin_version =1.3.41
2222coroutines_version =1.3.0-M2
2323
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version =1.3.40
21+ kotlin_version =1.3.41
2222coroutines_version =1.3.0-M2
2323
You can’t perform that action at this time.
0 commit comments