Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 1, 2025
1 parent ff34a69 commit f113294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ object `package` extends RootModule with Module {
.collect { case m: ExampleCrossModule => m }

object android extends Module {
object javalib extends Cross[ExampleCrossModuleJava](build.listIn(millSourcePath / "javalib"))
object javalib extends Cross[ExampleCrossModuleAndroid](build.listIn(millSourcePath / "javalib"))
object kotlinlib
extends Cross[ExampleCrossModuleJava](build.listIn(millSourcePath / "kotlinlib"))
extends Cross[ExampleCrossModuleAndroid](build.listIn(millSourcePath / "kotlinlib"))
}
object javalib extends Module {

Expand Down

0 comments on commit f113294

Please sign in to comment.