toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.result
/
UnresolvedDependencyResult
Unresolved
Dependency
Result
API
interface
UnresolvedDependencyResult
:
DependencyResult
(
source
)
A dependency that could not be resolved.
Members
Functions
get
Attempted
Link copied to clipboard
API
abstract
fun
getAttempted
(
)
:
ComponentSelector
Returns the selector that was attempted to be resolved.
get
Attempted
Reason
Link copied to clipboard
API
abstract
fun
getAttemptedReason
(
)
:
ComponentSelectionReason
Returns the reasons why the failed selector was attempted.
get
Failure
Link copied to clipboard
API
abstract
fun
getFailure
(
)
:
Throwable
The failure that occurred.
get
From
Link copied to clipboard
API
abstract
fun
getFrom
(
)
:
ResolvedComponentResult
get
Requested
Link copied to clipboard
API
abstract
fun
getRequested
(
)
:
ComponentSelector
is
Constraint
Link copied to clipboard
API
abstract
fun
isConstraint
(
)
:
Boolean