No way to retrieve a version defined in `gradle.pr...
# gradle
s
No way to retrieve a version defined in
gradle.properties
with Gradle Kotlin DSL ?
c
No, not in
plugins {}
block, it's very restrictive.
s
😭
b
You can retrieve system properties though
Which would allow to retrieve
systemProp.*
properties from
gradle.properties