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
Right now, prepareCommunityBuild generates community-build/sbt-dotty.sbt this is problematic because starting sbt in the root project will actually also load the .sbt files in subprojects, so we're loading this file as part of our build even though it has nothing to do here.