darkmoon_uk
07/05/2023, 1:10 PMwasmMain
with:
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0-wasm0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-RC-wasm0")
...after I Gradle Sync everything looks good in the IDE 🙂, but when compiling I get unresolved reference 🤔
Of course I also have the repo defined:
maven("<https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental>")
The Compose dependency behaves fine; I'm using same setup derived from working Jetsnack example:
kotlin.version=1.8.20
compose.version=1.4.0-dev-wasm06
John O'Reilly
07/05/2023, 1:26 PMOliver.O
07/06/2023, 10:12 AM