DependencyResolveDetails

Provides details about a dependency when it is resolved. Provides means to manipulate dependency metadata when it is resolved.

Since

1.4

Functions

Link copied to clipboard
Configures the artifact selection for the target component of this dependency resolution rule.
Link copied to clipboard
abstract fun because(description: String): DependencyResolveDetails
Sets a human readable description for the reason the component is selected.
Link copied to clipboard
The module, before it is resolved.
Link copied to clipboard
The target module selector used to resolve the dependency.
Link copied to clipboard
abstract fun useTarget(notation: Any)
Allows to override the details of the dependency (see getTarget) when it is resolved (see getRequested).
Link copied to clipboard
abstract fun useVersion(version: String)
Allows to override the version when the dependency getRequested is resolved.