I\'m using Android Studio with gradle plugin to develop applications. I learn some usage of android gradle plugin on DSL Reference. But one thing I found is that the applica
The link in @CaptRespect's answer is to a specific build. Here are the links to the public API in the master branch:
/gradle/api/ApplicationVariant.java (derives from) /gradle/api/ApkVariant.java (derives from) /gradle/api/BaseVariant.java