mmelkis

Results 1 comments of mmelkis

ClassLoader result is in fact `null`, maybe the problem is with how RoomDatabase is compiled: `abstract class OurRoomDB : RoomDatabase() { ...` And the signature of RoomDatabase (from androidx.room package):...