api / org.gradle.api / Project / getGradle

getGradle

abstract fun getGradle(): Gradle

Returns the org.gradle.api.invocation.Gradle invocation which this project belongs to.

Return
The Gradle object. Never returns null.