Join Slack
Powered by
Is there any other way? I've seen ways with people...
# gradle
b
bjonnh
03/27/2020, 4:29 PM
Is there any other way? I've seen ways with people making a buildSrc and a kotlin file that has the versions
s
sanogueralorenzo
03/29/2020, 2:14 AM
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
bjonnh
03/30/2020, 3:24 PM
thanks
4
Views
Open in Slack
Previous
Next