api / org.gradle.api.initialization / ProjectDescriptor / getPath

getPath

abstract fun getPath(): String

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

Return
The path. Never returns null.