Skip to content

Commit

Permalink
Fix module name to avoid changes in binary classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g authored and ligee committed Sep 20, 2017
1 parent 0e306ac commit 6d97866
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prepare/mock-runtime-for-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ tasks.withType<JavaCompile> {

tasks.withType<KotlinCompile> {
dependsOn(copySources)
kotlinOptions {
freeCompilerArgs += listOf("-module-name", "kotlin-stdlib")
}
}

val jar = runtimeJar {
Expand Down

0 comments on commit 6d97866

Please sign in to comment.