api / org.gradle.api.artifacts / Configuration / getResolvedConfiguration

getResolvedConfiguration

abstract fun getResolvedConfiguration(): ResolvedConfiguration

Resolves this configuration. This locates and downloads the files which make up this configuration, and returns a ResolvedConfiguration that may be used to determine information about the resolve (including errors).

Return
The ResolvedConfiguration object