getParent

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

Returns the parent project of this project, if any.

Return

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