Companion¶
object Companion
Properties¶
gradle¶
val CommandDsl.gradle: Gradle
Allows executing commands using the system gradle command.
See also
-
Gradle.Companion.gradlew: Use the Gradle Wrapper bundled in the project. -
Gradle.task: Execute a task.
gradlew¶
val CommandDsl.gradlew: Gradle
Allows executing commands using the Gradle Wrapper bundled into the project.
See also
-
Gradle.Companion.gradle: Use the systemgradlecommand. -
Gradle.task: Execute a task.
Functions¶
useGradle¶
Enables the Gradle plugin.