irgaly / android-remove-unused-resources-plugin

A gradle plugin to remove unused android resources by Android Lint results xml file.
https://plugins.gradle.org/plugin/io.github.irgaly.remove-unused-resources
Other
28 stars 1 forks source link

Refactor: Gradle Lazy Configuration #105

Closed irgaly closed 11 months ago

irgaly commented 11 months ago

Support Lazy project layout.

https://docs.gradle.org/current/userguide/lazy_configuration.html#working_with_files_in_lazy_properties

irgaly commented 11 months ago

merged