dependencies

abstract fun dependencies(configureClosure: Closure)(source)

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.