File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
ui/kotlinx-coroutines-android Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55[ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx/kotlinx.coroutines/images/download.svg?version=0.19.3 ) ] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines/0.19.3 )
66
77Library support for Kotlin coroutines.
8- This is a companion version for Kotlin 1.1.4 release (this is the minimal required Kotlin runtime version) .
8+ This is a companion version for Kotlin 1.2.0 release.
99
1010## Modules
1111
@@ -59,7 +59,7 @@ And make sure that you use the latest Kotlin version:
5959
6060``` xml
6161<properties >
62- <kotlin .version>1.1.51 </kotlin .version>
62+ <kotlin .version>1.2.0 </kotlin .version>
6363</properties >
6464```
6565
@@ -75,7 +75,7 @@ And make sure that you use the latest Kotlin version:
7575
7676``` groovy
7777buildscript {
78- ext.kotlin_version = '1.1.51 '
78+ ext.kotlin_version = '1.2.0 '
7979}
8080```
8181
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ buildscript {
1313 }
1414 repositories {
1515 jcenter()
16+ maven { url " http://kotlin.bintray.com/kotlinx" }
1617 }
1718 dependencies {
1819 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -70,7 +71,6 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
7071
7172 repositories {
7273 jcenter()
73- maven { url " http://jcenter.bintray.com" }
7474 maven { url " http://kotlin.bintray.com/kotlinx" }
7575 maven { url " https://dl.bintray.com/devexperts/Maven/" }
7676 }
Original file line number Diff line number Diff line change 11version = 0.19.3-SNAPSHOT
22
3- kotlin_version = 1.1.51
3+ kotlin_version = 1.2.0
44junit_version = 4.12
5- atomicFU_version = 0.9
5+ atomicFU_version = 0.9.1
66lincheck_version =1.9
77dokka_version = 0.9.15
88
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version = 1.1.51
21+ kotlin_version = 1.2.0
2222coroutines_version = 0.19.3
2323
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
1818
1919kotlin.coroutines =enable
2020
21- kotlin_version = 1.1.51
21+ kotlin_version = 1.2.0
2222coroutines_version = 0.19.3
2323
You can’t perform that action at this time.
0 commit comments