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
86 stars 10 forks source link

Add support for NiA :app project to use declarative syntax #91

Closed tresat closed 1 month ago

tresat commented 1 month ago

Adds support for many new plugins:

Fixes contentType to only be used in appropriate places, fully opt in for applications.

Support for various other minor flags used by NiA.

// Using TODO:DG for known limitations

https://github.com/gradle/declarative-gradle/pull/90 should be merged first