val fooVersion = “1.0.0” in the top scope does not...
# gradle
r
val fooVersion = “1.0.0” in the top scope does not do it
c
I usually make them
const
, and put them as properties inside an
object
in buildSrc
👍🏻 2