Clean up redundant -Xmulti-platform option from multiplatform projects
It was necessary before, but now it's provided automatically.
This commit is contained in:
@@ -32,9 +32,8 @@ dist {
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
// TODO: Why "-Xmulti-platfrom" ?
|
||||
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xnormalize-constructor-calls=enable",
|
||||
"-Xmulti-platform", "-module-name", project.archivesBaseName]
|
||||
"-module-name", project.archivesBaseName]
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
|
||||
Reference in New Issue
Block a user