dependency-analysis-gradle-plugin
dependency-analysis-gradle-plugin copied to clipboard
Remove duplicate dependencies.
Is your feature request related to a problem? Please describe.
Currently the plugin does not notice or warn if you have two of the exact same dependency in your dependencies block.
Describe the solution you'd like
The plugin should remove duplicate lines from dependencies when using fixDependencies and maybe warn when running projectHealth
Thanks for the issue.