martmists
06/29/2023, 10:33 AM:example-project:wasmMain: Could not resolve org.jetbrains.kotlinx:atomicfu:0.18.5.
Required by:
project :example-project > org.jetbrains.compose.runtime:runtime:1.4.0-dev-wasm05 > org.jetbrains.compose.runtime:runtime-wasm:1.4.0-dev-wasm05
project :example-project > org.jetbrains.compose.ui:ui:1.4.0-dev-wasm05 > org.jetbrains.compose.ui:ui-wasm:1.4.0-dev-wasm05
project :example-project > org.jetbrains.compose.ui:ui:1.4.0-dev-wasm05 > org.jetbrains.compose.ui:ui-wasm:1.4.0-dev-wasm05 > org.jetbrains.compose.ui:ui-text:1.4.0-dev-wasm05 > org.jetbrains.compose.ui:ui-text-wasm:1.4.0-dev-wasm05
and the same with org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-Beta
, org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-Beta-wasm0
, org.jetbrains.kotlinx:atomicfu:0.18.5-wasm0
With defined repositories mavenCentral
, google
, <https://maven.pkg.jetbrains.space/public/p/compose/dev>
, and <https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental>
eygraber
06/29/2023, 2:36 PMwasm08
but that comes with other dependency requirements. Check out https://github.com/eygraber/compose-color-picker/commit/0d4adbcdfcc125a7ca21aeca003b8d9329ace53amartmists
06/29/2023, 2:40 PMeygraber
06/29/2023, 2:45 PM