kotlin How to implement Room multiplatform alpha06
expect object AppDatabaseConstructor : RoomDatabaseConstructor
Implement Room db in a KMM project with WasmJs support
I am building a KMP project that supports Android, iOS, desktop(jvm) and Web(wasmJs)…
Within, I am implementing Room for database storage.
Room KMP in multi-module
I’m trying to use the brand new Room KPM library to replace my current implementation of SQLDelight.
My project is full KMP with Compose Multiplatform and use a loooot of alpha/beta/experimental libraries: