mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
**Problem** I notice that the synthetic root project ends up conflicting with the projectMatrix on Scala 3, when the name of the matrix matches the directory name, which is fairly common. **Solution** Append `-root` to the root project when there are multiple subprojects found.