Have you ever seen this error message? ```Could no...
# gradle
n
Have you ever seen this error message?
Copy code
Could not initialize class org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsIrTargetPreset$WhenMappings
I try to upgrade my fairly complex multiplatform project to Kotlin 1.6.21 (and Compose/MP 1.2.0 alpha 😡) but my hair falls out, I always get different errors and failures 😞
Or this:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
wasm
t
could you provide the full stacktrace?
n
In case of the "wasm" problem there was no stacktrace, only the above message was displayed. The problem has been solved somehow - unfortunatelly I don't know, which step solved which problem I ran into...
t
Afaik
wasm
target was added in 1.6.20, so, probably, you had wrong classpath issue. Though hard to tell without repro.
👍🏻 1
🙏 1