api / org.gradle.api.artifacts / Configuration / extendsFrom

extendsFrom

abstract fun extendsFrom(vararg superConfigs: Configuration): Configuration

Adds the given configurations to the set of configuration which this configuration extends from.

Parameters

superConfigs - The super configurations.

Return
this configuration