Is your feature request related to a problem? Please describe.
I want to override theme attributes in a default style.
MaterialButton demonstrates how we can use materialThemeOverlay by wrapping the context using a function from ThemeEnforcement, which reads our materialThemeOverlay.

Unfortunately, this class is restricted to LIBRARY_GROUP so it's not usable outside of the library module.
Describe the solution you'd like
Lift LIBRARY_GROUP restriction from ThemeEnforcement class.
Describe alternatives you've considered
I've copied the file into my project 😬
Additional context
None.
Is your feature request related to a problem? Please describe.
I want to override theme attributes in a default style.
MaterialButton demonstrates how we can use
materialThemeOverlayby wrapping the context using a function fromThemeEnforcement, which reads ourmaterialThemeOverlay.Unfortunately, this class is restricted to
LIBRARY_GROUPso it's not usable outside of the library module.Describe the solution you'd like
Lift
LIBRARY_GROUPrestriction fromThemeEnforcementclass.Describe alternatives you've considered
I've copied the file into my project 😬
Additional context
None.