File tree 3 files changed +4
-4
lines changed
ui/kotlinx-coroutines-android/example-app
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.2</kotlin .version>
65
+ <kotlin .version>1.1.3- 2</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.2'
89
+ ext.kotlin_version = '1.1.3- 2'
90
90
}
91
91
```
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.2</kotlin .version>
44
+ <kotlin .version>1.1.3- 2</kotlin .version>
45
45
<dokka .version>0.9.15-eap-1</dokka .version>
46
46
<junit .version>4.12</junit .version>
47
47
<maven .compiler.source>1.6</maven .compiler.source>
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.2'
4
+ ext. kotlin_version = ' 1.1.3- 2'
5
5
repositories {
6
6
jcenter()
7
7
}
You can’t perform that action at this time.
0 commit comments