How to find out how many methods are added with a library in Android Studio/Gradle

Viewed 910

What is the easiest way to find out how many methods do we add to our method count when we add a new library as a dependency in Android Studio project's gradle file, for example:

compile 'com.github.jkwiecien:EasyImage:1.2.1'
2 Answers
Related