api / org.gradle.api.invocation / Gradle / getParent

getParent

abstract fun getParent(): Gradle

Returns the parent build of this build, if any.

Return
The parent build. May return null.