We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5105507 + a8f82d1 commit 1d405f6Copy full SHA for 1d405f6
build.sbt
@@ -4,8 +4,4 @@ publish / skip := true
4
5
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
6
7
-lazy val Curried = crossProject(JSPlatform, JVMPlatform)
8
-
9
-lazy val CurriedJVM = Curried.jvm
10
11
-lazy val CurriedJS = Curried.js
+lazy val Curried = crossProject(JSPlatform, JVMPlatform).build
0 commit comments