Join Slack
Powered by
Is such version definition is ideomatic? <https://...
# gradle
i
irus
09/14/2018, 1:14 PM
Is such version definition is ideomatic?
https://github.com/Heapy/tgto/blob/master/build.gradle.kts#L10-L26
Maybe there are some more concise way to retrieve versions?
g
gildor
09/15/2018, 5:59 PM
You can use properties getter instead if delegation properties
gildor
09/15/2018, 6:00 PM
Also I would use buildSrc for dependencies version sharing + allows to have code completion and compile time validation
2
Views
Open in Slack
Previous
Next