Closed tricktron closed 2 years ago
gradle runFrege --mainModule=my.mod.Name compiles all source files in the mainSourceDir instead of only the my.mod.Name and its dependencies.
gradle runFrege --mainModule=my.mod.Name
mainSourceDir
my.mod.Name
Add a test for that.
gradle runFrege --mainModule=my.mod.Name
compiles all source files in themainSourceDir
instead of only themy.mod.Name
and its dependencies.Add a test for that.