api / org.gradle.tooling.model.gradle / BasicGradleProject / getChildren

getChildren

abstract fun getChildren(): DomainObjectSet<out BasicGradleProject>

Returns the child projects of this project, or the empty set if there are no child projects.

Return
The child projects of this project, or the empty set if there are no child projects.