How should I access the -P command-line properties...
# gradle
a
How should I access the -P command-line properties from a
settings.gradle.kts
file? In a Groovy
settings.gradle
, they would be dynamic properties of the Settings object, but the obvious thing (
$settings["property"]
) doesn’t seem to be set up