getParent

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

Since

1.8