gradle-lint-plugin
gradle-lint-plugin copied to clipboard
Fix false positive unused-dependency warning by scanning Annotations with arrays
This fixes #120, returns the instance of DependencyClassVisitor when ASM detects an array. As a result, visit is called against each element of the array, subsequently calling readType to determine the type and then readObjectName to determine which package the class originates from.