Update to Kotlin 1.1.1
[Sone.git] / build.gradle
index a88bf84..ce95eb9 100644 (file)
@@ -3,7 +3,7 @@ version = '0.9.6'
 
 buildscript {
     ext {
-        kotlinVersion = '1.0.6'
+        kotlinVersion = '1.1.1'
     }
     repositories {
         mavenCentral()