Hristijan
01/26/2024, 4:18 PM> Task :resources:compileKotlinIosSimulatorArm64 FAILED
error: Could not find "org.jetbrains.compose.ui:ui-util" in [/Users/FunkyMuse/AndroidStudioProjects/KMMPlayground, /Users/FunkyMuse/.konan/klib, /Users/FunkyMuse/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.22/klib/common, /Users/FunkyMuse/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.22/klib/platform/ios_simulator_arm64]
Hristijan
01/26/2024, 4:21 PMHristijan
01/26/2024, 4:25 PMimplementation(compose.ui)
it was missing, but what changed, the project never referenced any compose code except
androidx.compose.runtime.Composable
which i have as a dependency from
implementation(compose.runtime)
Hristijan
01/26/2024, 4:25 PMHristijan
01/26/2024, 4:25 PM