Since I updated my project with Arrow `2.0.0-alpha...
# arrow
m
Since I updated my project with Arrow
2.0.0-alpha.2
I found this error on compilation:
Copy code
> 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
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
maybe kotest arrow? is it somehow available for 2.0?
s
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
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…)