Includes quick implementation of componentized build scripts and quick implementation of screen minimum width adaptation scripts. Componentize building Gradle plugins. The name of the plugin pack is: component, which provides two componentization auxiliary plugins, called calces.appconfig and calces.modules. The main functions are providing components that Gradle configures App dependencies on, whether the configuration components can run alone, enabling multiple Apps that rely on different modules to be built simultaneously, etc. Screen-adaptation plugin. The name of the component package is: screen, where calces.screen plugins are provided. The main functions are: According to the design draft and configuration, automatically generate the smallest-width adaptation file, so that you no longer need to pay attention to the screen adaptation.
Features
- Custom Gradle task(s)
- Plugin extension(s) for build configuration
- Integration with the Gradle plugin DSL
- Build-time code or resource processing
- Potential domain-specific logic or validations
- Packaging and distribution as a Gradle plugin