Justin Salér
09/21/2023, 8:05 AMjsWasmMain
, i get the following error when running the build
gradle task:
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?Oleksandr Karpovich [JB]
09/21/2023, 10:44 AMcompileJsWasmMainKotlinMetadata
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.Justin Salér
09/21/2023, 1:28 PMcompileJsWasmMainKotlinMetadata
was the culprit! The magic of gradle 😄 .