Update Kotlin to 1.1.2
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 13:52:59 +0000 (15:52 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 30 Apr 2017 13:52:59 +0000 (15:52 +0200)
build.gradle

index 3322f5a..8f9a536 100644 (file)
@@ -3,7 +3,7 @@ version = '0.9.6'
 
 buildscript {
     ext {
-        kotlinVersion = '1.1.1'
+        kotlinVersion = '1.1.2'
     }
     repositories {
         mavenCentral()