I really don’t see the reason to use buildSrc just...
# gradle
j
I really don’t see the reason to use buildSrc just to use a variable (I don’t need any more complex build logic — which if I understand correctly is what buildSrc is for)
g
buildSrc is recommended and type safe way for this do you have any particular reasons to think that buildSrc should be used only for complex cusom logic?