Is such version definition is ideomatic? <https://...
# gradle
i
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
You can use properties getter instead if delegation properties
Also I would use buildSrc for dependencies version sharing + allows to have code completion and compile time validation