api / org.gradle.api / Project / getGroup

getGroup

abstract fun getGroup(): Any

Returns the group of this project. Gradle always uses the toString() value of the group. The group defaults to the path with dots as separators.

Return
The group of this project. Never returns null.