Dependency Constraint Handler Scope
Receiver for dependencies.constraints block providing convenient utilities for configuring dependency constraints.
Since
5.0
See also
Dependency Constraint Handler
Functions
Link copied to clipboard
open fun <T : Any> addProvider(configurationName: String, dependencyNotation: org/gradle/api/provider/Provider<T>)
open fun <T : Any> addProvider(configurationName: String, dependencyNotation: org/gradle/api/provider/Provider<T>, configureAction: org/gradle/api/Action<in org/gradle/api/artifacts/DependencyConstraint>)
Link copied to clipboard
open fun <T : Any> addProviderConvertible(configurationName: String, dependencyNotation: org/gradle/api/provider/ProviderConvertible<T>)
open fun <T : Any> addProviderConvertible(configurationName: String, dependencyNotation: org/gradle/api/provider/ProviderConvertible<T>, configureAction: org/gradle/api/Action<in org/gradle/api/artifacts/DependencyConstraint>)
Link copied to clipboard
Link copied to clipboard
open fun enforcedPlatform(notation: Any, configureAction: org/gradle/api/Action<in org/gradle/api/artifacts/DependencyConstraint>): org/gradle/api/artifacts/DependencyConstraint
Link copied to clipboard
Configures the dependency constraints.
operator fun ERROR CLASS: Symbol not found for Configuration.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
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
operator fun String.invoke(dependencyConstraintNotation: Any): ERROR CLASS: Symbol not found for DependencyConstraint
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
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
operator fun String.invoke(dependencyConstraintNotation: String, configuration: ERROR CLASS: Symbol not found for DependencyConstraint.() -> Unit): ERROR CLASS: Symbol not found for DependencyConstraint
Adds a dependency constraint to the given configuration.
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
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
Adds a dependency constraint to the given DependencyScopeConfiguration.