Make kotlin-test tests compile as tests for multiplatform project
Also remove utils not needed anymore.
This commit is contained in:
@@ -18,6 +18,9 @@ compileKotlin2Js {
|
||||
|
||||
compileTestKotlin2Js {
|
||||
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package"]
|
||||
kotlinOptions {
|
||||
metaInfo = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user