gradle / declarative-gradle

Declarative Gradle is a project targeting better isolation of concern and expressing any build in a clear and understandable way
https://declarative.gradle.org/
Other
109 stars 11 forks source link

Refactor to remove duplication #70

Closed tresat closed 4 months ago

tresat commented 4 months ago

Create base AndroidSoftware types that are extended by both Library and Applications and reduce duplication, making all feature extensions available to both types.

Lots of other internal cleanup and minor refactoring, remove some helper classes that can be replaced by the base plugin type now.

Marks TODOs around NiA code.