api / org.gradle.api.artifacts / Configuration / getExtendsFrom

getExtendsFrom

abstract fun getExtendsFrom(): MutableSet<Configuration>

Returns the names of the configurations which this configuration extends from. The artifacts of the super configurations are also available in this configuration.

Return
The super configurations. Returns an empty set when this configuration does not extend any others.