File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ object MillBuildRootModule {
371371 | $imports
372372 |
373373 |object ${backtickWrap(miscInfoName)} {
374+ | import _root_.mill.main.TokenReaders.given
374375 | implicit lazy val millBuildRootModuleInfo: _root_.mill.runner.MillBuildRootModule.Info = _root_.mill.runner.MillBuildRootModule.Info(
375376 | ${enclosingClasspath.map(p => literalize(p.toString))}.map(_root_.os.Path(_)),
376377 | _root_.os.Path( ${literalize(base.toString)}),
@@ -382,7 +383,7 @@ object MillBuildRootModule {
382383 | )
383384 |}
384385 |import ${backtickWrap(miscInfoName)}.{millBuildRootModuleInfo, millBaseModuleInfo}
385- |package object ${backtickWrap(name)} extends ${backtickWrap(name + " _" )}
386+ |package object ${backtickWrap(name)} extends _root_.`<empty>`. ${backtickWrap(name + " _" )}
386387 |import ${backtickWrap(name)}._
387388 |class ${backtickWrap(name + " _" )} extends $superClass {
388389 |
You can’t perform that action at this time.
0 commit comments