api / org.gradle.api.initialization / ProjectDescriptor / getChildren

getChildren

abstract fun getChildren(): MutableSet<ProjectDescriptor>

Returns the children of this project, if any.

Return
The children. Returns an empty set if this project does not have any children.