api / org.gradle.api / Project / getName

getName

abstract fun getName(): String

Returns the name of this project. The project's name is not necessarily unique within a project hierarchy. You should use the #getPath() method for a unique identifier for the project.

Return
The name of this project. Never return null.