Because if file A.scala uses function f in B.scala, and then you change function g in B.scala (and f doesn't call g), then there's no reason why A.scala should be recompiled
l
late-advantage-75311
08/14/2023, 6:36 PM
qq: since I've been out of touch with scala for a bit. Is sbt incremental compile able to avoid recompilation of A.scala in this case?