File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ui/kotlinx-coroutines-android/example-app 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/kotlinx/kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/_latestVersion )
2
2
3
- Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
3
+ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.4 release.
4
4
5
5
## Modules
6
6
@@ -34,7 +34,7 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
34
34
The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository
35
35
and also linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) .
36
36
37
- These libraries require kotlin compiler version ` 1.1.x ` and
37
+ These libraries require kotlin compiler version ` 1.1.4 ` or later and
38
38
require kotlin runtime of the same version as a dependency.
39
39
40
40
### Maven
@@ -62,7 +62,7 @@ And make sure that you use the right Kotlin version:
62
62
63
63
``` xml
64
64
<properties >
65
- <kotlin .version>1.1.3-2 </kotlin .version>
65
+ <kotlin .version>1.1.4 </kotlin .version>
66
66
</properties >
67
67
```
68
68
@@ -86,6 +86,6 @@ And make sure that you use the right Kotlin version:
86
86
87
87
``` groovy
88
88
buildscript {
89
- ext.kotlin_version = '1.1.3-2 '
89
+ ext.kotlin_version = '1.1.4 '
90
90
}
91
91
```
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.1.3-2 '
4
+ ext. kotlin_version = ' 1.1.4 '
5
5
repositories {
6
6
jcenter()
7
7
}
You can’t perform that action at this time.
0 commit comments