Javier
12/15/2021, 2:49 PMimplementation
instead of api
to avoid exposing Material, but it is becoming inviable the amount of dupe code of things are not going to change in the foreseeable future (animations for example). So I moved my components to be a mix of my custom theme params plus material params. Problem is I don't want expose some composables/imports from Material lib, so they can't be imported and not only fix the issue of IDE suggesting them, even just failing in compile time too.
Is it possible to be done with Gradle easily?Yang
12/19/2021, 1:11 AM