mill
mill copied to clipboard
objects and defs containing a dot should be rejected
The Scala compiler isn't preventing module names like this object `foo.bar` extends Module. Compiling such a build.sc just works currently but Mill is ignoring this module. Instead it should detect them and print a descriptive error message.
Probably the same for def `foo.bar` .