We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a82a44 commit eb93d21Copy full SHA for eb93d21
build.sbt
@@ -1,9 +1,5 @@
1
import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
2
3
-// With CrossType.Pure, the root project also picks up the sources in `src`
4
-Compile/sources := Nil
5
-Test/sources := Nil
6
-
7
lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
8
.withoutSuffixFor(JVMPlatform)
9
.crossType(CrossType.Pure)
0 commit comments