api / org.gradle.api.artifacts.result / ResolvedComponentResult / getDependents

getDependents

abstract fun getDependents(): MutableSet<out ResolvedDependencyResult>

Returns the incoming dependencies of this component.

Return
the dependents of this component