Project

Represents a Gradle project.

To access an instance of this type, use Gradle.rootProject or Gradle.project.

Properties

Link copied to clipboard

The build directory for this Project.

Link copied to clipboard

Accessor for the build.gradle file.

Link copied to clipboard

Accessor for the build.gradle.kts file.

Link copied to clipboard

The subdirectory of Gradle.dir in which this project is located.

Functions

Link copied to clipboard
suspend fun Project.buildGroovy(text: String)

Helper function to write the build.gradle file.

Link copied to clipboard
suspend fun Project.buildKts(text: String)

Helper function to write the build.gradle.kts file.