getParent

@Nullable
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.