Package-level declarations

Types

Link copied to clipboard
class Gradle

Control center for Gradle TestKit. See gradle.

Link copied to clipboard
class Project

Represents a Gradle project.

Properties

Link copied to clipboard
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.

Link copied to clipboard

Control center for Gradle TestKit.

Link copied to clipboard

Accessor for the gradle.properties file.

Link copied to clipboard

Accessor for the settings.gradle file.

Link copied to clipboard

Accessor for the settings.gradle.kts file.

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.

Link copied to clipboard
suspend fun Gradle.properties(text: String)

Helper function to write the gradle.properties file.

Link copied to clipboard
suspend fun Gradle.settingsGroovy(text: String)

Helper function to write the settings.gradle file.

Link copied to clipboard
suspend fun Gradle.settingsKts(text: String)

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