Use Kotlin 1.1.1
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 5 Apr 2017 17:43:40 +0000 (19:43 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 5 Apr 2017 17:43:40 +0000 (19:43 +0200)
build.gradle

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