is there a clean way to get a property and specify...
# gradle
n
is there a clean way to get a property and specify a default if it cannot be found?
Copy code
val answer : String by project // don't throw if gradle.properties doesn't exist