api / org.gradle.api / Project / getSubprojects

getSubprojects

abstract fun getSubprojects(): MutableSet<Project>

Returns the set containing the subprojects of this project.

Return
The set of projects. Returns an empty set if this project has no subprojects.