From: David ‘Bombe’ Roden Date: Sun, 30 Apr 2017 13:52:59 +0000 (+0200) Subject: Update Kotlin to 1.1.2 X-Git-Tag: 0.9.7^2~232 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=5bacb16d599405bd70e1e47e1972a13b2ad13444 Update Kotlin to 1.1.2 --- diff --git a/build.gradle b/build.gradle index 3322f5a..8f9a536 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ version = '0.9.6' buildscript { ext { - kotlinVersion = '1.1.1' + kotlinVersion = '1.1.2' } repositories { mavenCentral()