provideShuttleRoomDbConfig

@Provides
@Singleton
fun provideShuttleRoomDbConfig(context: Context): ShuttleRoomDbConfig

Provides the ShuttleRoomDbConfig with multi-process mode enabled so the Room database is accessible from both the main process and the remote service process.