In Scala, I used to use `sbt-buildinfo` (<https://...
# announcements
m
In Scala, I used to use
sbt-buildinfo
(https://github.com/sbt/sbt-buildinfo) to capture information from the build (e.g. the version number) into some generated source code I could reference in my app. What's the best way of doing that sort of thing in Kotlin + Gradle?
l
#C19FD9681