add
  abstract fun <T> addProviderConvertible(configurationName: String, dependencyNotation: ProviderConvertible<T>)
Adds a dependency constraint provider to the given configuration.
Since
8.12
Parameters
configuration
The name of the configuration.
dependency
The dependency constraint notation provider, in one of the notations described above.
abstract fun <T> addProviderConvertible(configurationName: String, dependencyNotation: ProviderConvertible<T>, configureAction: Action<in DependencyConstraint>)
Adds a dependency constraint provider to the given configuration, eventually configures the dependency constraint using the given action.
Since
8.12
Parameters
configuration
The name of the configuration.
dependency
The dependency constraint notation provider, in one of the notations described above.
configure
The action to use to configure the dependency constraint.