File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
ui/kotlinx-coroutines-android/example-app Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ The libraries are published to [kotlinx](https://bintray.com/kotlin/kotlinx/kotl
43
43
linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) and
44
44
pushed to [ Maven Central] ( https://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.jetbrains.kotlinx%20a%3Akotlinx-coroutines ) .
45
45
46
- These libraries require kotlin compiler version ` 1.1.4 ` or later and
47
- require kotlin runtime of the same version as a dependency.
48
-
49
46
### Maven
50
47
51
48
Add dependencies (you can also add other modules that you need):
@@ -58,11 +55,11 @@ Add dependencies (you can also add other modules that you need):
58
55
</dependency >
59
56
```
60
57
61
- And make sure that you use the right Kotlin version:
58
+ And make sure that you use the latest Kotlin version:
62
59
63
60
``` xml
64
61
<properties >
65
- <kotlin .version>1.1.4 </kotlin .version>
62
+ <kotlin .version>1.1.51 </kotlin .version>
66
63
</properties >
67
64
```
68
65
@@ -74,11 +71,11 @@ Add dependencies (you can also add other modules that you need):
74
71
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.18'
75
72
```
76
73
77
- And make sure that you use the right Kotlin version:
74
+ And make sure that you use the latest Kotlin version:
78
75
79
76
``` groovy
80
77
buildscript {
81
- ext.kotlin_version = '1.1.4 '
78
+ ext.kotlin_version = '1.1.51 '
82
79
}
83
80
```
84
81
Original file line number Diff line number Diff line change 41
41
42
42
<properties >
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
- <kotlin .version>1.1.4 </kotlin .version>
44
+ <kotlin .version>1.1.51 </kotlin .version>
45
45
<dokka .version>0.9.15</dokka .version>
46
46
<junit .version>4.12</junit .version>
47
47
<atomicfu .version>0.7</atomicfu .version>
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.4 '
4
+ ext. kotlin_version = ' 1.1.51 '
5
5
repositories {
6
6
jcenter()
7
7
}
You can’t perform that action at this time.
0 commit comments