Skip to content

Commit

Permalink
Consistently update Kotlin version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Dec 21, 2018
1 parent c7f8bdb commit 245a88e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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)

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

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

```xml
<properties>
<kotlin.version>1.3.0</kotlin.version>
<kotlin.version>1.3.11</kotlin.version>
</properties>
```

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

```groovy
buildscript {
ext.kotlin_version = '1.3.0'
ext.kotlin_version = '1.3.11'
}
```

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

```groovy
plugins {
kotlin("jvm") version "1.3.0"
kotlin("jvm") version "1.3.11"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m

kotlin.coroutines=enable

kotlin_version=1.3.0
kotlin_version=1.3.11
coroutines_version=1.1.0

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m

kotlin.coroutines=enable

kotlin_version=1.3.0
kotlin_version=1.3.11
coroutines_version=1.1.0

0 comments on commit 245a88e

Please sign in to comment.