api / org.gradle.tooling.model.idea / IdeaProject / getChildren

getChildren

abstract fun getChildren(): DomainObjectSet<out IdeaModule>

Overrides HierarchicalElement.getChildren

Returns the modules of this IDEA project. Most projects have at least one module. Alias for #getModules().

Return
The modules of this IDEA project.

Since
1.0-milestone-5