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/?a=commitdiff_plain;ds=sidebyside;h=5bacb16d599405bd70e1e47e1972a13b2ad13444;hp=e9e8f21fdfe533e8946a64d53dabaf48c3c296c3;p=Sone.git 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()