api / org.gradle.api / Project / evaluationDependsOn

evaluationDependsOn

abstract fun evaluationDependsOn(path: String): Project

Declares that this project has an evaluation dependency on the project with the given path.

Parameters

path - The path of the project which this project depends on.

Exceptions

UnknownProjectException - If no project with the given path exists.

Return
The project which this project depends on.