Closed SunnerLi closed 3 years ago
Hey SunnerLi!
I didn't actually test, if it even works to use the modules without the core
module - in theory it should not.
That's because it's the core
module is the base of all the other sheet types. It's always necessary to add the core
module. However, it's optional, which other modules you want to use. (You are also free to use just the core
module to build your own sheets with already available functionality.)
So this "works" as intended.
The dependencies 'com.maxkeppeler.bottomsheets:module:x.x.x' are deprecated, since the library & repo was renamed to just sheets. That represents the use cases for this library, since sheets can now be displayed as dialogs or bottom-sheets with the method style(SheetStyle.DIALOG)
. From now on better use the 'com.maxkeppeler.sheets:module:x.x.x' dependencies.
If you have any other questions, bugs etc. just let me know. :)
Actually It's not a bug. I still report the problem which I encounter, and how I solve it. Recently, I see the works which are created by @maxkeppeler . I decide to combine several packages into single project. However, the background of InputSheet might not show. In my setting, the language I use is Jave. I guess the reason which cause this problem is some dependency issue (?).
How to reproduce?
How to solve this bug?
Just add core library into gradle, and build gradle from scratch again.