Skip to content

Commit dadd50c

Browse files
committed
Use Kotlin 1.2 snapshot
1 parent f9e13f5 commit dadd50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ allprojects {
66

77
buildscript {
88
if (System.properties['kotlinSnapshot'] != null) {
9-
ext.kotlin_version = '1.1-SNAPSHOT'
9+
ext.kotlin_version = '1.2-SNAPSHOT'
1010
repositories {
1111
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
1212
}

0 commit comments

Comments
 (0)