How can I achieve the same what is described in the following Stack Overflow question?
How can I find all unused methods of my project in the Android Studio IDEA?
Using the command line only?
./gradlew lint ...
from Lint check for unused methods (command line)
No comments:
Post a Comment