sqldelight / sqldelight

SQLDelight - Generates typesafe Kotlin APIs from SQL
https://sqldelight.github.io/sqldelight/
Apache License 2.0
6.22k stars 519 forks source link

Could not find com.squareup.sqldelight:runtime-iosarm64:1.4.4. #2040

Closed brinsche-fkt42 closed 4 years ago

brinsche-fkt42 commented 4 years ago

I don't completely understand everything that's involved in the build process of Kotlin MPP projects, but after updating the dependency my project no longer builds. Version 1.4.3 works fine, 1.4.4 fails with Could not find com.squareup.sqldelight:runtime-iosarm64:1.4.4. and 1.4.4 does seem to be missing from: https://repo.maven.apache.org/maven2/com/squareup/sqldelight/runtime-iosarm64/

AlecKazakova commented 4 years ago

There were some other artifacts that didn’t upload for some reason so that likely happened here - thanks for flagging and will look into fixing

AlecKazakova commented 4 years ago

okay just released the native runtime artifacts, will take ~30min for them to propagate through maven central