[Gradle] Dry run with wasm flags only for wasm targets

^KT-54421 fixed
This commit is contained in:
Ilya Goncharov
2022-10-17 13:03:41 +00:00
committed by Space Team
parent bc33f84678
commit 4c6b433496
@@ -103,8 +103,6 @@ class KotlinMocha(@Transient override val compilation: KotlinJsCompilation, priv
add(file)
addAll(cliArgs.toList())
addAll(cliArg("--require", npmProject.require("kotlin-test-js-runner/kotlin-test-nodejs-empty-runner.js")))
addAll(cliArg("-n", "experimental-wasm-typed-funcref,experimental-wasm-gc,experimental-wasm-eh"))
}
}