\data\room\AppDatabase_Impl.java:53: error: onCreate(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onCreate(SupportSQLiteDatabase) in Delegate
protected void onCreate(SupportSQLiteDatabase _db) {
^
attempting to assign weaker access privileges; was public
D:\Gaurav Project\Cooker\app\build\generated\source\kapt\debug\com\farefood\cooker\data\room\AppDatabase_Impl.java:82: error: onValidateSchema(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onValidateSchema(SupportSQLiteDatabase) in Delegate
protected RoomOpenHelper.ValidationResult onValidateSchema(SupportSQLiteDatabase _db) {
^
attempting to assign weaker access privileges; was public
Unable to update auto generated file methods so I have clean and rebuild , update room version and invalidate cache .
when add library in gradle and try to run app at that time above error faced
\data\room\AppDatabase_Impl.java:53: error: onCreate(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onCreate(SupportSQLiteDatabase) in Delegate protected void onCreate(SupportSQLiteDatabase _db) { ^ attempting to assign weaker access privileges; was public D:\Gaurav Project\Cooker\app\build\generated\source\kapt\debug\com\farefood\cooker\data\room\AppDatabase_Impl.java:82: error: onValidateSchema(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onValidateSchema(SupportSQLiteDatabase) in Delegate protected RoomOpenHelper.ValidationResult onValidateSchema(SupportSQLiteDatabase _db) { ^ attempting to assign weaker access privileges; was public
Unable to update auto generated file methods so I have clean and rebuild , update room version and invalidate cache . when add library in gradle and try to run app at that time above error faced