Skip to content

Commit

Permalink
Use CrossType.Full
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Jun 13, 2022
1 parent 0a99a7b commit ed489c9
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / tlSiteApiUrl := Some(url("https://www.javadoc.io/doc/org.typelevel/k
lazy val root = tlCrossRootProject.aggregate(core)

lazy val core = crossProject(JVMPlatform, JSPlatform)
.crossType(CrossType.Pure)
.crossType(CrossType.Full)
.in(file("core"))
.settings(commonSettings)
.settings(
Expand Down

0 comments on commit ed489c9

Please sign in to comment.