Build File Basics
A build script details build configuration, tasks, and plugins.
A build script details build configuration, tasks, and plugins.
CLI is the primary method of inrecacting with Gradle.
Dependency management is an automated technique for declaring and resolving external resources required by a project.
Gradle automates building, testing and deployment using build scripts.
Gradle wrapper is the recommended way to execute Gradle build.
Settings file is the entry point of every Gradle project.
- Most popular build system for JVM. Default for Android and Kotlin Multi-Platform projects. Rich plugin ecosystem.