Clean up redundant -Xmulti-platform option from multiplatform projects

It was necessary before, but now it's provided automatically.
This commit is contained in:
Ilya Gorbunov
2018-03-22 05:49:29 +03:00
parent 117890dba8
commit 2d099a29b8
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ dist {
}
compileKotlin {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-module-name", project.name]
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-module-name", project.name]
}
compileTestKotlin {