Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.tooling.model.gradle
/
GradleBuild
/
getProjects
get
Projects
API
abstract
fun
getProjects
(
)
:
DomainObjectSet
<
out
BasicGradleProject
>
(
source
)
Returns the set of all projects for this build.
Return
The set of all projects.