Skip to content

Compatibility with Room v 1.1.1 ? #20

@mrahimygk

Description

@mrahimygk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions