Just added compose/wasm to my project, I see an er...
# compose-web
a
Just added compose/wasm to my project, I see an error while building the project with
wasmBrowserDevelopmentRun
Copy code
> could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4
and same for other libs under
org.jetbrains.kotlinx:
for ex:
kotlinx-datetime
j
Last time I checked there is no kotlinx libraries available for wasm
maybe the last rc (1.7.0)? it was released today, but I haven't checked tbh
j
it wouldn't be wasm32?
gonna check gradle setup
Oh,
<https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental>
have you added that repository? On MavenCentral it is not available: https://repo1.maven.org/maven2/org/jetbrains/kotlinx/
a
I have added wasm experimental repository yes!
o
1.7.0-Beta-wasm0 is the version with wasm support. It's in experimental repo. For now it's not published with the main coroutines publication