Gradle:
It is used to make build for any software, it is a Domain specific language used to configure and fulfill all plugins, libraries downloaded from repositories.
Use Plugins:
Apply plugin: ‘com.android.application’
Plugin is property in key value form. In above statement plugin denotes to...