~hi all, I am getting the following error. I am us...
# squarelibraries
r
hi all, I am getting the following error. I am using
SqlDelight
version
2.0.1
in a
KMP
app with
Android
and
iOS
i was able to fix this issue. Details on the thread
Copy code
Task :shared:compileKotlinIosSimulatorArm64 FAILED
error: Could not find "co.touchlab:stately-common" in [/Documents/code/MyApp, /.konan/klib, /.konan/kotlin-native-prebuilt-macos-aarch64-1.9.21/klib/common, .konan/kotlin-native-prebuilt-macos-aarch64-1.9.21/klib/platform/ios_simulator_arm64]
any idea on why this is happening and how to solve it? thanks!
adding `
Copy code
co.touchlab:stately-strict:2.0.5
caused a new issue