changed Kotlin version to 1.0.2, no more class relocation
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -6,7 +6,7 @@ version = "2.0.14"
|
|||||||
archivesBaseName = rootProject.name + '-MC1.9.4'
|
archivesBaseName = rootProject.name + '-MC1.9.4'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.0.0'
|
ext.kotlin_version = '1.0.2'
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
@@ -29,7 +29,7 @@ configurations {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
shade "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
shade "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
|
shade "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||||
}
|
}
|
||||||
minecraft {
|
minecraft {
|
||||||
version = '1.9.4-12.17.0.1968'
|
version = '1.9.4-12.17.0.1968'
|
||||||
@@ -67,12 +67,6 @@ jar {
|
|||||||
exclude "optifine"
|
exclude "optifine"
|
||||||
}
|
}
|
||||||
|
|
||||||
reobf {
|
|
||||||
jar {
|
|
||||||
extraLines "PK: kotlin mods/octarinecore/kotlin"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user