api / org.gradle.tooling.model.gradle / BasicGradleProject / getParent

getParent

abstract fun getParent(): BasicGradleProject

Returns the parent of this project, or null if this is the root project.

Return
The parent of this project, or null if this is the root project.