Tim McCormack
09/23/2023, 11:04 PMkotlin.compiler.incremental
in my JVM project -- old code being included in the compilation, or rather, not being recompiled when I do mvn test
. I don't think this was happening a few months ago. Is incremental compilation supposed to be stable enough at this point where I shouldn't be seeing such things, or is it that experimental? :-)mvn clean test
suddenly things start working again.dmitriy.novozhilov
10/04/2023, 7:56 AMEvgenii Mazhukin
10/04/2023, 1:28 PM