From a8e6c6c4709f00e1721b4e8c12d5afca68b9ae14 Mon Sep 17 00:00:00 2001 From: octarine-noise Date: Thu, 28 Jul 2016 12:16:57 +0200 Subject: [PATCH] changed Kotlin version to 1.0.2, no more class relocation --- build.gradle | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 3785a11..0f1d4e7 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ version = "2.0.14" archivesBaseName = rootProject.name + '-MC1.9.4' buildscript { - ext.kotlin_version = '1.0.0' + ext.kotlin_version = '1.0.2' repositories { mavenCentral() maven { @@ -29,7 +29,7 @@ configurations { } dependencies { shade "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - + shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" } minecraft { version = '1.9.4-12.17.0.1968' @@ -67,12 +67,6 @@ jar { exclude "optifine" } -reobf { - jar { - extraLines "PK: kotlin mods/octarinecore/kotlin" - } -} - repositories { mavenCentral() } \ No newline at end of file