Skip to content

Commit 245a88e

Browse files
committed
Consistently update Kotlin version everywhere
1 parent c7f8bdb commit 245a88e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.1.0) ](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/1.1.0)
66

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

1010
**NOTE**: `0.30.2` was the last release with Kotlin 1.2 and experimental coroutines.
1111
See [COMPATIBILITY.md](COMPATIBILITY.md) for details of migration onto the stable Kotlin 1.3 coroutines.
@@ -82,7 +82,7 @@ And make sure that you use the latest Kotlin version:
8282

8383
```xml
8484
<properties>
85-
<kotlin.version>1.3.0</kotlin.version>
85+
<kotlin.version>1.3.11</kotlin.version>
8686
</properties>
8787
```
8888

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

101101
```groovy
102102
buildscript {
103-
ext.kotlin_version = '1.3.0'
103+
ext.kotlin_version = '1.3.11'
104104
}
105105
```
106106

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

127127
```groovy
128128
plugins {
129-
kotlin("jvm") version "1.3.0"
129+
kotlin("jvm") version "1.3.11"
130130
}
131131
```
132132

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

Lines changed: 1 addition & 1 deletion
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.0
21+
kotlin_version=1.3.11
2222
coroutines_version=1.1.0
2323

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

Lines changed: 1 addition & 1 deletion
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.0
21+
kotlin_version=1.3.11
2222
coroutines_version=1.1.0
2323

0 commit comments

Comments
 (0)