api / org.gradle.api.artifacts / ResolvedDependency / getModuleArtifacts

getModuleArtifacts

abstract fun getModuleArtifacts(): MutableSet<ResolvedArtifact>

Returns the module artifacts belonging to this ResolvedDependency. A module artifact is an artifact that belongs to a ResolvedDependency independent of a particular parent. Returns never null.