What is the format of the main project level Android build.gradle file when we have to use plugins section inside buildscript section? In other words I want to know where to put this section in the build.gradle file?
// plugins {
// id "de.undercouch.download" version "4.0.2"
// }
I want to know about this plugins section.
I am looking in the following guide:
https://docs.gradle.org/current/userguide/plugins.html
But it is in bits and pieces and I want to see complete example of build.gradle file.