79762340

Date: 2025-09-11 20:34:40
Score: 1.5
Natty:
Report link

You do not need to implement actual classes.

@Suppress("KotlinNoActualForExpect")
expect object AppDatabaseConstructor : RoomDatabaseConstructor<AppDatabase> {
    override fun initialize(): AppDatabase
}

You can follow the implementation steps at: https://developer.android.com/kotlin/multiplatform/room

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Serhat