getParent

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

Returns the parent of this project, if any. Returns null if this project is the root project.

Return

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

Since

0.7