stylist icon indicating copy to clipboard operation
stylist copied to clipboard

Support applying plugin to multiple modules

Open jbarr21 opened this issue 6 years ago • 0 comments

Depending on the project structure, it may be necessary to apply the plugin to multiple modules to create the required theme inheritance structure.

If we have a foundational layer (with Light & Dark) provided by module A and an intermediate layer (w/ Light & Dark) provided by module B, and then an App Layer that inherits from the intermediate layer

Currently, all ThemeStencilProviders found on the classpath will be generated into every module the plugin is applied to.

jbarr21 avatar Jun 10 '19 00:06 jbarr21