Skip to content

Commit 3f15673

Browse files
committed
Kotlin version 1.1.3-2
1 parent 11c140a commit 3f15673

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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
8888
buildscript {
89-
ext.kotlin_version = '1.1.2'
89+
ext.kotlin_version = '1.1.3-2'
9090
}
9191
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

ui/kotlinx-coroutines-android/example-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.1.2'
4+
ext.kotlin_version = '1.1.3-2'
55
repositories {
66
jcenter()
77
}

0 commit comments

Comments
 (0)