Is there no way to get a project property defined ...
# gradle
l
Is there no way to get a project property defined in gradle.properties without declaring a variable? I want to access a property but I only use the value once. I would like to get the value inline if possible but the docs seem to only use delegates
b
project.findProperty("key")
l
Is it the same for settings.gradle.kts?
b
Probably not