Somewhat in context of previous point but getting ...
# webassembly
j
Somewhat in context of previous point but getting following after trying to move to recent versions of some of the dependencies (using
1.9.20-Beta
of Kotlin in general)
Copy code
:web:commonMain: Could not find org.jetbrains.kotlin:kotlin-stdlib-wasm:1.9.20-Beta
despite having following in resolution strategy section (in much the same way as done in
kotlin-wasm-examples
) ...maybe something basic I’m missing but wondering if anyone else encountering this.
Copy code
if (requested.module.name.startsWith("kotlin-stdlib")) {
   useVersion("1.9.20-dev-7405")
}
also using Compose Multiplatform 1.5.1-dev-wasm01