dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Report unnecessary excludes
trafficstars
You can exclude certain dependencies from being reported as unused but then when that excluded dependency actually gets removed from the project, the unnecessary exclude declaration is still there unnecessarily. It would be nice if the plugin could detect those cases and suggest a configuration change. Android Lint does a similar thing with issues included in its baseline file but no longer present in the project.
Thanks for the feature request. This seems possibly doable.