Jul 3, 2021
since the build.gradle.kts support kotlin functions, how about creating a function say , fun all()= listof("dependency a","dependency b","dependency c",...) and in dependency block , we simply do : Threading.all().forEach{implementation(it)} .. what do you think about this approach ?