api / org.gradle.platform.base / DependencySpecContainer / getDependencies

getDependencies

abstract fun getDependencies(): MutableCollection<DependencySpec>

Returns an immutable view of dependencies stored in this container.

Return
an immutable view of dependencies. Each dependency in the collection is itself immutable.