From 31c563355515b9d3983edb20064960786ed502a7 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 24 Nov 2016 14:34:11 +0300 Subject: Updated kotlin-compiler to 1.1-M03 and fixed configuration --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index bf6702d6..ac2cf1dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ dokka_version=0.9.10 dokka_eap=false #Kotlin compiler and plugin -kotlin_version=1.1-M02-8 +kotlin_version=1.1-M03 ant_version=1.9.6 -- cgit