Skip to content

Commit b42277c

Browse files
committed
Update Kotlin to 1.3.50
1 parent e1a51ee commit b42277c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Download](https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=1.3.0-RC) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.3.0-RC)
66

77
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
8-
This is a companion version for Kotlin `1.3.41` release.
8+
This is a companion version for Kotlin `1.3.50` release.
99

1010
```kotlin
1111
suspend 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.41</kotlin.version>
92+
<kotlin.version>1.3.50</kotlin.version>
9393
</properties>
9494
```
9595

@@ -107,7 +107,7 @@ And make sure that you use the latest Kotlin version:
107107

108108
```groovy
109109
buildscript {
110-
ext.kotlin_version = '1.3.41'
110+
ext.kotlin_version = '1.3.50'
111111
}
112112
```
113113

@@ -133,7 +133,7 @@ And make sure that you use the latest Kotlin version:
133133

134134
```groovy
135135
plugins {
136-
kotlin("jvm") version "1.3.41"
136+
kotlin("jvm") version "1.3.50"
137137
}
138138
```
139139

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Kotlin
22
version=1.3.0-RC-SNAPSHOT
33
group=org.jetbrains.kotlinx
4-
kotlin_version=1.3.41
4+
kotlin_version=1.3.50
55

66
# Dependencies
77
junit_version=4.12
8-
atomicfu_version=0.12.9
8+
atomicfu_version=0.12.10
99
html_version=0.6.8
1010
lincheck_version=2.0
1111
dokka_version=0.9.16-rdev-2-mpp-hacks

ui/kotlinx-coroutines-android/animation-app/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version=1.3.41
21+
kotlin_version=1.3.50
2222
coroutines_version=1.3.0-RC
2323

ui/kotlinx-coroutines-android/example-app/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818

1919
kotlin.coroutines=enable
2020

21-
kotlin_version=1.3.41
21+
kotlin_version=1.3.50
2222
coroutines_version=1.3.0-RC
2323

0 commit comments

Comments
 (0)