You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I declare package using package build.`import`
mill complains:
1 tasks failed
generateScriptSources Package declaration "package build.`import`" in import/package.mill does not match folder structure. Expected: "package build.import"
Package declaration "package build.`import`" in import/package.mill does not match folder structure. Expected: "package build.import"
if declare using package build.import
mill complains differently:
minimal repro: https://github.com/chikei/mill-keyword-package
if I declare package using
package build.`import`
mill complains:
if declare using
package build.import
mill complains differently:
note that submodule like
package build.`name-hyphen`
generally fineThe text was updated successfully, but these errors were encountered: