Fix module name to avoid changes in binary classes

This commit is contained in:
Ilya Gorbunov
2017-09-08 07:15:58 +03:00
committed by Ilya Chernikov
parent 0e306ac889
commit 6d97866a3a
@@ -47,6 +47,9 @@ tasks.withType<JavaCompile> {
tasks.withType<KotlinCompile> {
dependsOn(copySources)
kotlinOptions {
freeCompilerArgs += listOf("-module-name", "kotlin-stdlib")
}
}
val jar = runtimeJar {