getParent

@Nullable
abstract fun getParent(): BasicGradleProject(source)

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.