api / org.gradle.api.publish.ivy / IvyConfiguration / getExtends

getExtends

abstract fun getExtends(): MutableSet<String>

The set of names of extended configurations, added via #extend(String).

Return
The names of extended configurations.