This question might have been answered somewhere but couldn\'t find the appropriate one.
I want to know how can I create a common utility library project in Android Stud
I'm just doing:
include '..:commons'
in settings.gradle
and:
compile project(':..:commons')
in build.gradle of the referencing project
so you can place your commonly used lib outside the project