api / org.gradle.kotlin.dsl / org.gradle.api.Project / dependencies

dependencies

fun Project.dependencies(configuration: DependencyHandlerScope.() -> Unit): Unit

Configures the dependencies for this project.

Executes the given configuration block against the DependencyHandlerScope for this project.

Parameters

configuration - the configuration block.