android-remove-unused-resources-plugin icon indicating copy to clipboard operation
android-remove-unused-resources-plugin copied to clipboard

configuration: only project / exclude project

Open irgaly opened this issue 3 years ago • 0 comments

new configuration

removeUnusedResources {
    onlyProjects(project(":foo"))
    excludeProjects(project(":bar")))
}

irgaly avatar Jan 26 '22 08:01 irgaly