api / org.gradle.tooling.model.gradle / BasicGradleProject / getPath

getPath

abstract fun getPath(): String

Returns the path of this project. The path can be used as a unique identifier for the project within a given build.

Return
The path of this project.