what is the difference between the "global" repositories / dependencies, and the "buildscript" scoped one ?
(this is referring to file build.gradle.kts)
c
Czar
06/26/2018, 11:49 AM
This is not kotlin related at all, this is pure gradle. You have to read gradle docs.
In short, buildscript deps and repos are for gradle build script itself (e.g. plugins), the ones you call "global" are for your app.