changed Kotlin version to 1.0.2, no more class relocation

This commit is contained in:
octarine-noise
2016-07-28 12:16:57 +02:00
parent 8bdb5ca8fd
commit a8e6c6c470

View File

@@ -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()
}