hasProperty

abstract fun hasProperty(propertyName: String): Boolean(source)

Determines if this project has the given property. See here for details of the properties which are available for a project.

Return

True if this project has the given property, false otherwise.

Parameters

propertyName

The name of the property to locate.