open fun <T> getProperty(name: String, default: T): T
Returns the value of the specified property. Generally, the property is equivalent to project property
name - the name of property
name
default - the default value
default