-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
With this error:
constructor RoomOpenHelper in class RoomOpenHelper cannot be applied to given types;
required: DatabaseConfiguration,Delegate,String
found: DatabaseConfiguration,,String,String
reason: actual and formal argument lists differ in length
and by this initialization:
RoomAsset.databaseBuilder(context!!.applicationContext, MyDatabase::class.java, "appname.v4.db") .fallbackToDestructiveMigration() .build()
I think there might be a difference between the constructor in Room and the one this lib is using.
Thanks for the great work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels