api / org.gradle.api / Project / dependencies

dependencies

abstract fun dependencies(configureClosure: Closure<Any>): Unit

Configures the dependencies for this project.

This method executes the given closure against the DependencyHandler for this project. The is passed to the closure as the closure's delegate.

Examples: See docs for DependencyHandler

Parameters

configureClosure - the closure to use to configure the dependencies.