Closed ubarua123 closed 3 years ago
The library uses data and view binding. Your app doesn't need to use that.
I guess, you missed adding the dependency to the core
module, right?
implementation 'com.maxkeppeler.bottomsheets:core:<latest-version>'
This core module is the base for all the other bottom sheets, therefore it needs to be included.
I tried it out and removed the core module but included the info module on a fresh project. But even after adding the core module back, the warning persists.
The library has the feature dataBinding included, but doesn't make use of it anymore. I will remove it therefore.
If the library only uses viewBinding, in theory the warning shouldn't appear anymore - since it doesn't contain dataBinding anymore.
Sorry for the issue!