mill icon indicating copy to clipboard operation
mill copied to clipboard

Break out `javalib/` module from `scalalib/`

Open lihaoyi opened this issue 1 year ago • 1 comments

Right now we kind of fake it with a javalib package in the scalalib module, but ideally we would have javalib be a separate module and have scalalib depend on it

lihaoyi avatar Sep 17 '24 03:09 lihaoyi

Since separating javalib and scalaib it more to please our users but not so much a technical requirement (since we don't really have different dependencies, as these are all loaded dynamically), we could as well rename the current scalalib module to jvmlib and just shuffle the classes around, so we have proper packages mill.jvmlib (e.g. for RunModule), mill.javalib and mill.scalalib packages.

lefou avatar Apr 01 '25 09:04 lefou