create
Creates a dependency constraint without adding it to a configuration.
Parameters
dependency Constraint Notation
The dependency constraint notation.
abstract fun create(dependencyConstraintNotation: Any, configureAction: Action<in DependencyConstraint>): DependencyConstraint(source)
Creates a dependency constraint without adding it to a configuration, and configures the dependency constraint using the given closure.
Parameters
dependency Constraint Notation
The dependency constraint notation.
configure Action
The closure to use to configure the dependency.