projectProperty

inline fun <T> Project.projectProperty(name: String, noinline defaultValue: () -> T? = null): T