home.social
  1. @alexelcu If the ecosystem would be more open, other build tools could build it as well. For example, I'm trying to get incremental compilation support into Mill, but the API to do that is still private and only available to IntelliJ and Gradle.

    Beside Kotlin Multiplatform, mixed / / projects are a thing in Mill. In one project, we even have in the mix.

  2. The compiler and ecosystem is one of the major base technologies behind the popular Spring Framework. It has only one maintainer, Alexander Kriegisch, who is doing all the work alone and for free. This is not sustainable! Please step up!

    eclipse.org/lists/aspectj-user

  3. A new version of Mill is out!

    My favorite new feature in Mill 0.11.7, especially when working with large projects:

    Type Filters on wildcard selectors.

    mill-build.com/mill/Target_Que

    Check out the full changelog, we have a lot of improvements:

    mill-build.com/mill/Changelog.

  4. I wonder if every user is really happy with using ? It's currently the only option to get in the comfort of fast compilation. Outside of this vender-provided ecosystem, compiling is really slow. Much slower than my toolchain.

  5. Mill 0.11.2 is out!

    mill-build.com/mill/Changelog.

    This version greatly improves build speed after build definition changes due a new fine-grained cache invalidation (change detection on method-level).

    We also improved the editing experience and now properly support meta builds via BSP (Metals) and IntelliJ IDEA.