project

abstract fun project(notation: Map<String, out Any>): Dependency(source)

Creates a dependency on a project.

Return

The dependency.

Parameters

notation

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


Creates a dependency on the current project.

Return

The dependency.

Since

9.5.0