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 find it convenient to scope the setting for declaring dependency rules to ThisBuild so that it is shared across my build.
However, this doesn’t work with Scala.js modules, which can produce Scala.js module ID with %%% only in the scope of a project that has the ScalaJSPlugin enabled.
I find it convenient to scope the setting for declaring dependency rules to
ThisBuild
so that it is shared across my build.However, this doesn’t work with Scala.js modules, which can produce Scala.js module ID with
%%%
only in the scope of a project that has theScalaJSPlugin
enabled.For example, the following doesn’t work:
In such a case, we need to use a common setting, reused by each Scala.js project in the build.
I don’t think we can fix this, unfortunately. How could we improve the developer experience?
The text was updated successfully, but these errors were encountered: