Status Update
Comments
da...@google.com <da...@google.com> #2
Thx for the report, see
fe...@molo17.com <fe...@molo17.com> #3
Everything fine with the workaround. Thank you very much
Description
Exception in thread "DefaultDispatcher-worker-2" java.lang.NoClassDefFoundError: androidx/sqlite/SQLiteDriver
Caused by: java.lang.ClassNotFoundException: androidx.sqlite.SQLiteDriver
I'm creating the database instance like that
```
Room.databaseBuilder<GsNotificationDatabase>(name = dbFile.absolutePath)
.setDriver(BundledSQLiteDriver())
.setQueryCoroutineContext(Dispatchers.IO)
.build()
```
Component used:
room = "2.7.0-beta01"
sqlite = "2.5.0-beta01"
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room"}
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room"}
sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqlite" }
Version used: 2.7.0-beta01
Devices/Android versions reproduced on: MacOS 15.3 with Java 21.0.3