Upgrade Kotlin version
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 11 Nov 2017 09:33:56 +0000 (10:33 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 11 Nov 2017 09:33:56 +0000 (10:33 +0100)
build.gradle

index 9ae8a2b..f516564 100644 (file)
@@ -17,7 +17,7 @@ sourceCompatibility = 1.8
 targetCompatibility = 1.8
 
 buildscript {
-    ext.kotlinVersion = '1.1.1'
+    ext.kotlinVersion = '1.1.51'
 
     repositories {
         mavenCentral()