project

abstract fun project(projectPath: String): ProjectDependency(source)

Creates a dependency on a project by path.

Return

The dependency.

Since

9.6.0

Parameters

projectPath

the path of the project, e.g. ":sub-project"

See also