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.
1 parent 8e0853f commit 1301da6Copy full SHA for 1301da6
build.sbt
@@ -27,7 +27,8 @@ val commonSettings: Seq[Setting[_]] = Seq(
27
28
val nativeSettings = Seq(
29
scalaVersion := "2.11.12",
30
- crossScalaVersions := Seq("2.11.12")
+ crossScalaVersions := Seq("2.11.12"),
31
+ sources in (Compile,doc) := Seq.empty
32
)
33
34
lazy val root = crossProject(JSPlatform, NativePlatform).
0 commit comments