onlyForConfigurations

abstract fun onlyForConfigurations(@Nullable configurationNames: Array<@Nullable String>)(source)

Declares that this repository should only be used for a specific set of configurations. Defaults to any configuration

Parameters

configurationNames

the names of the configurations the repository will be used for