You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see ProjectRef or RootProject mentioned anywhere in the documentation. A good place to include these docs might be in the section for multi-project builds.
I have a lot of questions about how to setup multi-project builds as our codebase grows larger. Should we put our entire codebase in a single SBT build split amongst standard SBT sub-projects? Or should we make each library it's own SBT project and wire them all together with ProjectRef external references?
The text was updated successfully, but these errors were encountered:
I propose introducing the functionality as "An experimental implementation of external source dependencies" and then link to the sbt ticket (???) for defining the expected behavior. That would assist on collecting expectations.
I don't see
ProjectRef
orRootProject
mentioned anywhere in the documentation. A good place to include these docs might be in the section for multi-project builds.I have a lot of questions about how to setup multi-project builds as our codebase grows larger. Should we put our entire codebase in a single SBT build split amongst standard SBT sub-projects? Or should we make each library it's own SBT project and wire them all together with
ProjectRef
external references?The text was updated successfully, but these errors were encountered: