This message was deleted.
# community-support
s
This message was deleted.
e
not that different between a settings script and a build script
e
In a build script I use
findProperty
but that doesn't seem to be available in settings.
e
Settings
has
providers
just like
Project
does, and also the Kotlin property delegates work too
e
Oh interesting I'll try that out
v
findProperty
is indeed exclusive to
Project
but everything else like
hasProperty
,
getProperty
, delegates, and so on should work fine.