api / org.gradle.api.artifacts / ResolvableDependencies / getResolutionResult

getResolutionResult

@Incubating abstract fun getResolutionResult(): ResolutionResult

Returns the resolved dependency graph, performing the resolution if required. This will resolve the dependency graph but will not resolve or download the files.

You should note that when resolution fails, the exceptions are included in the ResolutionResult returned from this method. This method will not throw these exceptions.

Return
the resolution result

Since
1.3