Closed
Description
Compiler version
3.4.0
Expectation
using sbt 1.9.8 in a project of about 500 files split equally between 4 modules compilation time was 70 seconds on scala 3.3.3
scalacOptions is -feature, -unchecked, -deprecation, -explaintypes, -encoding, UTF8, -language:_, -Yretain-trees, -Xmax-inlines:100, -no-indent
Actual
with scala version 3.4.0 same sources with same libs compile in about 120 seconds