api / org.gradle.api.artifacts / UnresolvedDependency

UnresolvedDependency

interface UnresolvedDependency

Unsuccessfully resolved dependency.

Functions

getProblem

abstract fun getProblem(): Throwable

the exception that is the cause of unresolved state

getSelector

abstract fun getSelector(): ModuleVersionSelector

The module selector of the dependency.