api / org.gradle.api.artifacts / ResolvedDependency / getAllArtifacts

getAllArtifacts

abstract fun getAllArtifacts(parent: ResolvedDependency): MutableSet<ResolvedArtifact>

Returns the parent artifacts of this dependency and its children. Never returns null.

Parameters

parent - A parent of the ResolvedDependency. Must not be null.

Exceptions

org.gradle.api.InvalidUserDataException - If the parent is unknown or null