Open MicahZoltu opened 8 years ago
As mentioned in http://stackoverflow.com/questions/19379517/how-to-find-remove-unused-dependencies-in-gradle, you should use
apply plugin: "dependencyAnalysis"
Thanks for the workaround! Though I would still like to see this issue resolved so I can use the Gradle 2.1+ style: plugins { id "..." version "..." }
I get an error when I try to use this plugin.
When I bring it in the old way
When I bring it in the new way