hey guys, did anyone encounter this issue while co...
# compose-ios
h
hey guys, did anyone encounter this issue while compiling for iOS
error: Could not find "org.jetbrains.compose.collection-internal:collection"
Execution failed for task ‘sharedcompileKotlinIosSimulatorArm64’.
d
Yes, this issue solved here: https://github.com/JetBrains/compose-multiplatform/issues/4277#issuecomment-1942968183
The solution is to find the dependency that depend on
1.6.0-beta02
and downgrade it or ask the author of the library to upgrade it to
1.6.0-rc01
.
thank you color 1