Is there any other way? I've seen ways with people...
# gradle
b
Is there any other way? I've seen ways with people making a buildSrc and a kotlin file that has the versions
s
Hello @bjonnh I wrote about it here: https://proandroiddev.com/gradle-dependency-management-with-kotlin-94eed4df9a28 unfortunatelly as they told you above
buildSrc
can't be used inside the plugin block so those have to be manual as far as I know (they are only a couple so it should be fine).
👍 1
b
thanks