I have this problem when trying to upgrade my proj...
# webassembly
r
I have this problem when trying to upgrade my project from
1.9.20-RC
to `1.9.20-RC2`:
Copy code
> Task :kilua:compileTestDevelopmentExecutableKotlinWasmJs FAILED
e: Module "org.jetbrains.kotlinx:kotlinx-coroutines-core" has a reference to symbol kotlin/AllowDifferentMembersInActual.<init>|<init>(){}[0]. Neither the module itself nor its dependencies contain such declaration.
I'm using coroutines
1.7.2-wasm2
. Is a compatible version available somewhere?
b
Hi! Sorry for the inconvenience. We are working on it — KT-62871
👍 1