add
Adds a dependency constraint to the given configuration.
Parameters
configurationName
The name of the configuration.
dependencyNotation
The dependency constraint notation
abstract fun add( configurationName: String, dependencyNotation: Any, configureAction: Action<in DependencyConstraint>): DependencyConstraint(source)
Adds a dependency constraint to the given configuration, and configures the dependency constraint using the given closure.
Parameters
configurationName
The name of the configuration.
dependencyNotation
The dependency constraint notation
configureAction
The closure to use to configure the dependency constraint.