api / org.gradle.api.artifacts / Configuration / getDependencies

getDependencies

abstract fun getDependencies(): DependencySet

Gets the set of declared dependencies directly contained in this configuration (ignoring superconfigurations).

This method does not resolve the configuration. Therefore, the return value does not include transitive dependencies.

Return
the set of dependencies

See Also
#extendsFrom(Configuration...)