api / org.gradle.api.artifacts / Configuration / resolve

resolve

abstract fun resolve(): MutableSet<File>

Resolves this configuration. This locates and downloads the files which make up this configuration, and returns the resulting set of files.

Return
The files of this configuration.