api / org.gradle.api.reporting.dependents / DependentComponentsReport / getComponents

getComponents

@Console open fun getComponents(): MutableList<String>

Returns the components to generate the report for. Defaults to all components of this project.

Return
the components.