Skip to content

Commit

Permalink
Add in-code doc for ; separator
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Oct 14, 2024
1 parent fac870a commit 30b3445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlinlib/src/mill/kotlinlib/KotlinModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ trait KotlinModule extends JavaModule { outer =>
if (files.nonEmpty) {
val pluginClasspathOption = Seq(
"-pluginsClasspath",
// `;` separator is used on all platforms!
dokkaPluginsClasspath().map(_.path).mkString(";")
)

Expand Down

0 comments on commit 30b3445

Please sign in to comment.