Rafał Kuźmiński
09/25/2024, 8:03 AMsqlite:sqlite-bundled-cinterop-androidXBundledSqlite-cache.a(sqlite3.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
I use
implementation("androidx.sqlite:sqlite-bundled:2.5.0-SNAPSHOT")
in common module. In dependencies I setup ksp:
dependencies {
ksp("androidx.room:room-compiler:2.7.0-alpha08")
}
Everything works in tests, there is issue only with building frameworkRafał Kuźmiński
09/25/2024, 8:16 AMhfhbd
09/25/2024, 9:52 AMRafał Kuźmiński
09/25/2024, 9:53 AM