api / org.gradle.api / Project / getChildProjects

getChildProjects

abstract fun getChildProjects(): MutableMap<String, Project>

Returns the direct children of this project.

Return
A map from child project name to child project. Returns an empty map if this project does not have any children.