Fix module name to avoid changes in binary classes
This commit is contained in:
committed by
Ilya Chernikov
parent
0e306ac889
commit
6d97866a3a
@@ -47,6 +47,9 @@ tasks.withType<JavaCompile> {
|
|||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
dependsOn(copySources)
|
dependsOn(copySources)
|
||||||
|
kotlinOptions {
|
||||||
|
freeCompilerArgs += listOf("-module-name", "kotlin-stdlib")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val jar = runtimeJar {
|
val jar = runtimeJar {
|
||||||
|
|||||||
Reference in New Issue
Block a user