api / org.gradle.api / Project / getProperties

getProperties

abstract fun getProperties(): MutableMap<String, *>

Returns the properties of this project. See here for details of the properties which are available for a project.

Return
A map from property name to value.