SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Kotlin 1.7.20 compability

Open StefanOltmann opened this issue 3 years ago • 0 comments

I use SQLDelight and tried to update to the recent version of 1.5.4 alongside with updating to Kotlin 1.7.20.

I get this error message:

> Task :shared:compileAppleMainKotlinMetadata FAILED
w: Could not find "co.touchlab:sqliter-driver-cinterop-sqlite3" in [/Users/sol/IdeaProjects/myapp, /Users/stefan/.konan/klib, /Users/stefan/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20/klib/common, /Users/stefan/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20/klib/platform/ios_arm64]

It looks like there is no Kotlin 1.7.20 compatible artifact released yet. Can you please provide one?

Please see https://github.com/cashapp/sqldelight/issues/3592 for more details.

StefanOltmann avatar Oct 14 '22 06:10 StefanOltmann