Room – Schema export directory is not provided to the annotation processor so we cannot export the schema
@Database(entities = { YourEntity.class }, version = 1, exportSchema = false) public abstract class AppDatabase extends RoomDatabase { }
Room – Schema export directory is not provided to the annotation processor so we cannot export the schema
@Database(entities = { YourEntity.class }, version = 1, exportSchema = false) public abstract class AppDatabase extends RoomDatabase { }