api / org.gradle.api.artifacts.ivy / IvyModuleDescriptor / getExtraInfo

getExtraInfo

abstract fun getExtraInfo(): IvyExtraInfo

Returns an org.gradle.api.artifacts.ivy.IvyExtraInfo representing the "extra" info declared in this descriptor.

The extra info is the set of all non-standard subelements of the info element.

Return
an org.gradle.api.artifacts.ivy.IvyExtraInfo representing the extra info declared in this descriptor