John O'Reilly
02/13/2025, 9:17 PMjava.lang.ClassNotFoundException: androidx.sqlite.SQLiteDriver
in Compose for Desktop client using. 2.7.0-beta01 https://kotlinlang.slack.com/archives/C3PQML5NU/p1739479027685279John O'Reilly
02/13/2025, 9:26 PMfun createRoomDatabase(): AppDatabase {
val dbFile = File(System.getProperty("java.io.tmpdir"), dbFileName)
return Room.databaseBuilder<AppDatabase>(name = dbFile.absolutePath,)
.setDriver(BundledSQLiteDriver())
.build()
}
danysantiago
02/14/2025, 1:46 AMdanysantiago
02/14/2025, 1:47 AM