File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ui/kotlinx-coroutines-android/example-app Expand file tree Collapse file tree 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:
6262
6363``` xml
6464<properties >
65- <kotlin .version>1.1.2</kotlin .version>
65+ <kotlin .version>1.1.3- 2</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.2'
89+ ext.kotlin_version = '1.1.3- 2'
9090}
9191```
Original file line number Diff line number Diff line change 4141
4242 <properties >
4343 <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>
4545 <dokka .version>0.9.15-eap-1</dokka .version>
4646 <junit .version>4.12</junit .version>
4747 <maven .compiler.source>1.6</maven .compiler.source>
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.2'
4+ ext. kotlin_version = ' 1.1.3- 2'
55 repositories {
66 jcenter()
77 }
You can’t perform that action at this time.
0 commit comments