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

getModules

abstract fun getModules(): DomainObjectSet<out IdeaModule>

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

Return
The modules of this IDEA project.

Since
1.0-milestone-5