From 6bb0f1315367ae464feabcbe0c900a0cbd22e2da Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 20:08:40 +0200 Subject: [PATCH] Added comments --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 7003dbc..d275c01 100644 --- a/build.gradle +++ b/build.gradle @@ -128,6 +128,9 @@ dependencies { // don't include any of the project dependencies for anything transitive = false } + + // our main dependencies are ALSO the same as the limited utilities (they are not automatically pulled in from other sourceSets) + // needed by the utilities (custom since we don't want to include everything). IntelliJ includes everything, but our builds do not } project('Utilities') {