api / org.gradle.api.artifacts / ResolvedDependency / getArtifacts

getArtifacts

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

Returns the parent artifacts of this dependency. 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