File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
2
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.
4
4
5
5
## Modules
6
6
@@ -36,7 +36,7 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
36
36
> Note that these libraries are experimental and are subject to change.
37
37
38
38
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
40
40
require kotlin runtime of the same version as a dependency.
41
41
42
42
### Maven
@@ -64,7 +64,7 @@ And make sure that you use the right Kotlin version:
64
64
65
65
``` xml
66
66
<properties >
67
- <kotlin .version>1.1.0 </kotlin .version>
67
+ <kotlin .version>1.1.1 </kotlin .version>
68
68
</properties >
69
69
```
70
70
@@ -88,6 +88,6 @@ And make sure that you use the right Kotlin version:
88
88
89
89
``` groovy
90
90
buildscript {
91
- ext.kotlin_version = '1.1.0 '
91
+ ext.kotlin_version = '1.1.1 '
92
92
}
93
93
```
Original file line number Diff line number Diff line change 77
77
78
78
<properties >
79
79
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80
- <kotlin .version>1.1.0 </kotlin .version>
80
+ <kotlin .version>1.1.1 </kotlin .version>
81
81
<dokka .version>0.9.14</dokka .version>
82
82
<junit .version>4.12</junit .version>
83
83
<maven .compiler.source>1.6</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments