Upgrade Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 23 Jul 2018 19:34:51 +0000 (21:34 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 23 Jul 2018 19:34:51 +0000 (21:34 +0200)
build.gradle

index 3910fd6..d697cc7 100644 (file)
@@ -17,7 +17,7 @@ sourceCompatibility = 1.8
 targetCompatibility = 1.8
 
 buildscript {
-    ext.kotlinVersion = '1.1.60'
+    ext.kotlinVersion = '1.2.51'
 
     repositories {
         mavenCentral()