Could not find /app/build/kotlinTransformedMetadataLibraries/jsWasmMain/org.jetbrains.skiko-skiko-0.0.7.68-wasm03-jsWasmMain-kzPDRg.klib" in [Library/Application Support/kotlin/daemon]
For context I am using a Mac with Intel.
The gradle tasks
run
and
jvmJar
still works as before…
Anyone have a clue what to do?
in your project too.
__
The reason is that (afaik) there’s no common jsWasm source set in the stdlib. Therefore we disable the task. Otherwise it fails to complete.
j
Justin Salér
09/21/2023, 1:28 PM
Thank you. I added the same code to my project and it worked.