Robert Jaros
08/08/2025, 6:10 AM2.2.20-Beta2
with my project and suddenly I've got a lot of This declaration needs opt-in. Its usage should be marked with '@kotlin.js.ExperimentalWasmJsInterop' or '@OptIn(kotlin.js.ExperimentalWasmJsInterop::class)
warnings reported by Gradle, which are not even visible in the IDE. Is there any YT issue about this change? I've found only this https://youtrack.jetbrains.com/issue/KT-79716/K-Wasm-After-updating-to-2.2.20-Beta2-js-is-marked-as-Since2.2, but it doesn't give me much information.Robert Jaros
08/08/2025, 6:59 AMRobert Jaros
08/08/2025, 7:03 AMkotlin.js.JsAny
is now marked as experimental - that explains a bit 😉 I'm using js.core.JsAny
from kotlin-wrappers, which is a typealias and IDEA doesn't report it.