Also curious why when I run `./gradlew -q compiler...
# kontributors
c
Also curious why when I run
./gradlew -q compiler:dependencies
I get
Copy code
implementation - Implementation only dependencies for source set 'main'. (n)
No dependencies
and lots of stuff under
testCompile
shouldn't there be dependencies for building the project not just testing?
i
compiler project doesn't have code in the main sourceset, all compiler code is in its subprojects