Resolved Configuration
A ResolvedConfiguration
represents the result of resolving a Configuration, and provides access to both the artifacts and the meta-data of the result.
Functions
Link copied to clipboard
Returns the ResolvedDependency instances for each direct dependency of the configuration.
abstract fun getFirstLevelModuleDependencies(dependencySpec: Spec<in Dependency>): Set<ResolvedDependency>
Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec.
Link copied to clipboard
Provides configuration that does not fail eagerly when some dependencies are not resolved.
Link copied to clipboard
Returns the set of artifact meta-data for this configuration.
Link copied to clipboard
A resolve of a configuration that is not successful does not automatically throws an exception.