getParent

@Nullable
abstract fun getParent(): @Nullable 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.

Since

1.8