api / org.gradle.api.artifacts.dsl / DependencyHandler / project

project

abstract fun project(notation: MutableMap<String, *>): Dependency

Creates a dependency on a project.

Parameters

notation - The project notation, in one of the notations described above.

Return
The dependency.