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
Hi I'm trying to use antlr plugin with recent mill but it seems that there is some compatybility issue ? I'm getting :
PS F:\git\Alax> .\millw.bat resolve
[build.sc] [48/52] compile
[info] compiling 1 Scala source to F:\git\Alax\out\mill-build\compile.dest\classes ...
[error] F:\git\Alax\build.sc:15:39: illegal inheritance; superclass BaseClass
[error] is not a subclass of the supertrait Module
[error] of the mixin trait AntlrModule
[error] object ast extends CommonModule with AntlrModule{
[error] ^
[error] one error found
1 targets failed
compile Compilation failed
From looking at the build.sc, this project only supports Mill 0.6.x and 0.7.x (based on the Scala version, 2.12 vs. 2.13). It is not cross compiled for later Mill versions and does not contain the Mill binary platform in the artifact ID.
Mill Build Tool version 0.11.4
Hi I'm trying to use antlr plugin with recent mill but it seems that there is some compatybility issue ? I'm getting :
Here is my build file
The text was updated successfully, but these errors were encountered: