https://kotlinlang.org logo
#webassembly
Title
# webassembly
r

Robert Jaros

10/28/2023, 3:23 PM
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

bashor

10/30/2023, 11:47 AM
Hi! Sorry for the inconvenience. We are working on it — KT-62871
👍 1
4 Views