sbt/main/src
Eugene Yokota ad90590bc6 Fix project loading
Problem
-------
Given val root, currently both `root` and synthetic root gets loaded.
This might be caused by build.sbt being virtualized, and no longer
matching the build root directory.

Solution
--------
For now, comparing the canonical paths seems to fix the issue.
2023-01-15 23:48:13 -05:00
..
main Fix project loading 2023-01-15 23:48:13 -05:00
test/scala Refactor to build mainProj 2023-01-15 23:48:11 -05:00