Companion¶
object Companion
Properties¶
gradle¶
val CommandDsl.gradle: Gradle
Allows executing commands using the system gradle command.
See also
-
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: Use the systemgradlecommand. -
Gradle.task: Execute a task.