extendsFrom

abstract fun extendsFrom(superConfigs: Array<Configuration>): Configuration(source)

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

Configurations are only allowed to extend from other configurations in the same project.

Return

this configuration

Parameters

superConfigs

The super configurations.