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 5
5
[ ![ 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 )
6
6
7
7
Library 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.
9
9
10
10
## Modules
11
11
@@ -59,7 +59,7 @@ And make sure that you use the latest Kotlin version:
59
59
60
60
``` xml
61
61
<properties >
62
- <kotlin .version>1.1.51 </kotlin .version>
62
+ <kotlin .version>1.2.0 </kotlin .version>
63
63
</properties >
64
64
```
65
65
@@ -75,7 +75,7 @@ And make sure that you use the latest Kotlin version:
75
75
76
76
``` groovy
77
77
buildscript {
78
- ext.kotlin_version = '1.1.51 '
78
+ ext.kotlin_version = '1.2.0 '
79
79
}
80
80
```
81
81
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ buildscript {
13
13
}
14
14
repositories {
15
15
jcenter()
16
+ maven { url " http://kotlin.bintray.com/kotlinx" }
16
17
}
17
18
dependencies {
18
19
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -70,7 +71,6 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
70
71
71
72
repositories {
72
73
jcenter()
73
- maven { url " http://jcenter.bintray.com" }
74
74
maven { url " http://kotlin.bintray.com/kotlinx" }
75
75
maven { url " https://dl.bintray.com/devexperts/Maven/" }
76
76
}
Original file line number Diff line number Diff line change 1
1
version = 0.19.3-SNAPSHOT
2
2
3
- kotlin_version = 1.1.51
3
+ kotlin_version = 1.2.0
4
4
junit_version = 4.12
5
- atomicFU_version = 0.9
5
+ atomicFU_version = 0.9.1
6
6
lincheck_version =1.9
7
7
dokka_version = 0.9.15
8
8
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.1.51
21
+ kotlin_version = 1.2.0
22
22
coroutines_version = 0.19.3
23
23
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
18
18
19
19
kotlin.coroutines =enable
20
20
21
- kotlin_version = 1.1.51
21
+ kotlin_version = 1.2.0
22
22
coroutines_version = 0.19.3
23
23
You can’t perform that action at this time.
0 commit comments