Dependency Handler Scope
Receiver for dependencies
block providing convenient utilities for configuring dependencies.
See also
Properties
Functions
Adds a dependency to the given configuration, and configures the dependency using the given expression.
Configures dependency constraint for this project.
Creates a dependency without adding it to a configuration.
Creates a dependency on a module without adding it to a configuration.
Builds the dependency notation for the named Kotlin module at the embedded version (currently 2.0.20).
Configures the dependencies.
Adds a dependency to the given configuration.
Adds a dependency provider to the given configuration.
Adds a dependency to the given DependencyScopeConfiguration.
Adds a dependency provider to the given DependencyScopeConfiguration.
Creates a dependency on a client module without adding it to a configuration.
Kotlin extension function for org.gradle.api.artifacts.dsl.DependencyHandler.project.
Creates a dependency on a project without adding it to a configuration.
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform.
Returns the extension of the specified type.
Returns the extension of the specified extensionType.