Mindinventory / Lassi-Android

All in 1 picker library for android.
https://www.mindinventory.com/android-application-development.php
MIT License
201 stars 50 forks source link

Auto generated file issue AppDatabase_Impl.java #124

Open hardilundavia opened 1 day ago

hardilundavia commented 1 day ago

\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