api / org.gradle.api / Project / getAllprojects

getAllprojects

abstract fun getAllprojects(): MutableSet<Project>

Returns the set containing this project and its subprojects.

Return
The set of projects.