what's the purpose of libraries having a project-r...
# getting-started
d
what's the purpose of libraries having a project-root build.gradle and then a nested build.gradle? for example, https://github.com/kittinunf/Result/blob/master/build.gradle (root) and https://github.com/kittinunf/Result/tree/master/result (nested)