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
Dependencies declared via JavaModule#compileIvyDeps are currently not visible in the pom.
Background:
To avoid multiple incompatible mill libraries, mill plugins have to express their dependencies on mill via compileIvyDeps. But as they are not preserved in the pom, they cannot be used to ensure compatibility to the actual used mill version.