提交 6d97866a 编写于 作者: I Ilya Gorbunov 提交者: Ilya Chernikov

Fix module name to avoid changes in binary classes

上级 0e306ac8
...@@ -47,6 +47,9 @@ tasks.withType<JavaCompile> { ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册