a quick question, what is the kts equivalent for g...
# gradle
j
a quick question, what is the kts equivalent for groovy
gradle.ext
?
n
The extra MutableMap<String, Any> property.
j
thanks, but how? extra provides access to a project's ext. how do I reference the
extra
of the gradle object?
n
Do you mean accessing extra outside of the buildscript block?
j
project.gradle.ext = "xxxx" is the groovy way