Testing 2.3.0-Beta1. Is there something I can do a...
# webassembly
r
Testing 2.3.0-Beta1. Is there something I can do about
Opt-in requirement marker kotlin.js.ExperimentalWasmJsInterop is unresolved. Please make sure it's present in the module dependencies
when applying the opt-in in a
buildSrc
for all modules?
Worked both for IDE and Gradle builds.
But with 2.3.0 I need to add at least
if (targetName == "metadata" || targetName == "js" || targetName == "wasmJs")
to correctly fix warnings when editing files in
webMain
source set. And this change is enough to pass some unresolved warnings when building with Gradle.
t
We apply it from
build-logic
- works fine with
2.3.0-Beta1