api / org.gradle.api.artifacts / Configuration / setExtendsFrom

setExtendsFrom

abstract fun setExtendsFrom(superConfigs: MutableIterable<Configuration>): Configuration

Sets the configurations which this configuration extends from.

Parameters

superConfigs - The super configuration. Should not be null.

Return
this configuration