dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

[DO NOT MERGE] A proof of concept to determine usages of a module. #31

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

./gradlew findUsages

Found Usages of :sample:module2 (including transitive) In:
* :sample:app
* :sample:module1
handstandsam commented 2 years ago

This was just a proof of concept, closing.

handstandsam commented 2 years ago

This Gist does it much better: https://gist.github.com/arunkumar9t2/60da93e4866b59dc440d8d291d2d5655. Thanks @arunkumar9t2