> Task :database:compileKotlinIosArm64 FAILED
e: KLIB resolver: Could not find "io.arrow-kt:arrow-continuations" in [/Users/marc/IdeaProjects/Archer, /Users/marc/.konan/klib, /Users/marc/.konan/kotlin-native-prebuilt-macos-aarch64-2.0.0/klib/common, /Users/marc/.konan/kotlin-native-prebuilt-macos-aarch64-2.0.0/klib/platform/ios_arm64]
Does someone know anything about it?
s
simon.vergauwen
05/26/2024, 2:02 PM
That module doesn't exist anymore in 2.0.0, do you still have it in your dependencies? Or is it somehow incorrectly linked? 🤔
🤔 1
m
Marc
05/26/2024, 2:09 PM
maybe kotest arrow? is it somehow available for 2.0?
s
simon.vergauwen
05/26/2024, 4:46 PM
Ah, that's probably it. @sam can we start publishing 2.0-alphas or snapshots for arrow kotest? 👍 Good one! Could you create a ticket please?
m
Marc
05/26/2024, 4:48 PM
sure thing, but anyway I ran the dependency task on the project and I haven’t seen the use of it tho… as a tmp fix I added the dependency in my project and made it work (but it just shows on the parent dependencies… very very weird…)