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
val Project.buildGroovy: <Error class: unknown class>

Accessor for the build.gradle file.

Link copied to clipboard
val Project.buildKts: <Error class: unknown class>

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
val Gradle.settingsGroovy: <Error class: unknown class>

Accessor for the settings.gradle file.

Link copied to clipboard
val Gradle.settingsKts: <Error class: unknown class>

Accessor for the settings.gradle.kts file.

Functions

Link copied to clipboard
suspend fun Project.buildGroovy(text: String): <Error class: unknown class>

Helper function to write the build.gradle file.

Link copied to clipboard
suspend fun Project.buildKts(text: String): <Error class: unknown class>

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

Link copied to clipboard
suspend fun Gradle.settingsGroovy(text: String): <Error class: unknown class>

Helper function to write the settings.gradle file.

Link copied to clipboard
suspend fun Gradle.settingsKts(text: String): <Error class: unknown class>

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