api / org.gradle.api.artifacts.result / ResolutionResult / getAllComponents

getAllComponents

abstract fun getAllComponents(): MutableSet<ResolvedComponentResult>

Retrieves all instances of ResolvedComponentResult from the graph, e.g. all nodes of the dependency graph.

Return
all nodes of the dependency graph.