Skip to content

Commit 52d1987

Browse files
committed
Kotlin version 1.1.1
1 parent 86349be commit 52d1987

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kotlinx.coroutines [ ![Download](https://api.bintray.com/packages/kotlin/kotlin-eap-1.1/kotlinx.coroutines/images/download.svg) ](https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines/_latestVersion)
22

3-
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0 release.
3+
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
44

55
## Modules
66

@@ -36,7 +36,7 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
3636
> Note that these libraries are experimental and are subject to change.
3737
3838
The libraries are available via [JCenter](https://bintray.com/bintray/jcenter).
39-
These libraries require kotlin compiler version to be at least `1.1.0` and
39+
These libraries require kotlin compiler version `1.1.x` and
4040
require kotlin runtime of the same version as a dependency.
4141

4242
### Maven
@@ -64,7 +64,7 @@ And make sure that you use the right Kotlin version:
6464

6565
```xml
6666
<properties>
67-
<kotlin.version>1.1.0</kotlin.version>
67+
<kotlin.version>1.1.1</kotlin.version>
6868
</properties>
6969
```
7070

@@ -88,6 +88,6 @@ And make sure that you use the right Kotlin version:
8888

8989
```groovy
9090
buildscript {
91-
ext.kotlin_version = '1.1.0'
91+
ext.kotlin_version = '1.1.1'
9292
}
9393
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<properties>
7979
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
80-
<kotlin.version>1.1.0</kotlin.version>
80+
<kotlin.version>1.1.1</kotlin.version>
8181
<dokka.version>0.9.14</dokka.version>
8282
<junit.version>4.12</junit.version>
8383
<maven.compiler.source>1.6</maven.compiler.source>

0 commit comments

Comments
 (0)