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 d50b0a6 commit b0f6fafCopy full SHA for b0f6faf
build.sbt
@@ -51,7 +51,7 @@ lazy val sourcecode = crossProject.settings(
51
).enablePlugins(SbtOsgi).settings(osgiSettings).settings(
52
exportPackage := Seq("sourcecode.*"),
53
privatePackage := Seq(),
54
- dynamicImportPackage := Seq("*"),
+ dynamicImportPackage := Seq("*")
55
)
56
57
lazy val js = sourcecode.js
0 commit comments