From: David ‘Bombe’ Roden Date: Fri, 24 Mar 2017 18:25:29 +0000 (+0100) Subject: Update to Kotlin 1.1.1 X-Git-Tag: 0.9.7^2~284 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a37592b03136dfff8ca4165bd220ccd58bd6ef05 Update to Kotlin 1.1.1 --- diff --git a/build.gradle b/build.gradle index a88bf84..ce95eb9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ version = '0.9.6' buildscript { ext { - kotlinVersion = '1.0.6' + kotlinVersion = '1.1.1' } repositories { mavenCentral()