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