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 11# kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/_latestVersion )
22
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.
44
55## Modules
66
@@ -34,7 +34,7 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
3434The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository
3535and also linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) .
3636
37- These libraries require kotlin compiler version ` 1.1.x ` and
37+ These libraries require kotlin compiler version ` 1.1.4 ` or later and
3838require kotlin runtime of the same version as a dependency.
3939
4040### Maven
@@ -62,7 +62,7 @@ And make sure that you use the right Kotlin version:
6262
6363``` xml
6464<properties >
65- <kotlin .version>1.1.3-2 </kotlin .version>
65+ <kotlin .version>1.1.4 </kotlin .version>
6666</properties >
6767```
6868
@@ -86,6 +86,6 @@ And make sure that you use the right Kotlin version:
8686
8787``` groovy
8888buildscript {
89- ext.kotlin_version = '1.1.3-2 '
89+ ext.kotlin_version = '1.1.4 '
9090}
9191```
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.1.3-2 '
4+ ext. kotlin_version = ' 1.1.4 '
55 repositories {
66 jcenter()
77 }
You can’t perform that action at this time.
0 commit comments