operator fun String.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
(source) operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
(source) Adds a dependency constraint to the given configuration.
Return
The dependency constraint.
dependencyConstraintNotation
notation for the dependency constraint to be added.
DependencyConstraintHandler.add
operator fun String.invoke(dependencyConstraintNotation: String, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint
(source) operator fun ERROR CLASS: Symbol not found for Configuration
.invoke(dependencyConstraintNotation: String, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint
(source) Adds a dependency constraint to the given configuration.
Return
The dependency constraint.
dependencyConstraintNotation
notation for the dependency constraint to be added.
expression to use to configure the dependency constraint.
DependencyConstraintHandler.add
operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
(source) Adds a dependency constraint to the given configuration.
Return
The dependency constraint.
Since
8.3
dependencyConstraintNotation
notation for the dependency constraint to be added.
DependencyConstraintHandler.add
@JvmName(name = "invokeDependencyScope") operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
(source)Adds a dependency constraint to the given DependencyScopeConfiguration.
Return
The dependency constraint.
Since
8.5
dependencyConstraintNotation
notation for the dependency constraint to be added.
DependencyConstraintHandler.add
operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for Configuration>
.invoke(dependencyConstraintNotation: String, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint
(source) Adds a dependency constraint to the given configuration.
Return
The dependency constraint.
Since
8.3
dependencyConstraintNotation
notation for the dependency constraint to be added.
expression to use to configure the dependency constraint.
DependencyConstraintHandler.add
@JvmName(name = "invokeDependencyScope") operator fun ERROR CLASS: Symbol not found for NamedDomainObjectProvider<ERROR CLASS: Symbol not found for DependencyScopeConfiguration>
.invoke(dependencyConstraintNotation: String, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint
(source)Adds a dependency constraint to the given DependencyScopeConfiguration.
Return
The dependency constraint.
Since
8.5
dependencyConstraintNotation
notation for the dependency constraint to be added.
expression to use to configure the dependency constraint.
DependencyConstraintHandler.add
Configures the dependency constraints.