After upgrading spring boot project to kotlin 1.7.20 different files are produced by the same gradle...
r
After upgrading spring boot project to kotlin 1.7.20 different files are produced by the same gradle task (
bootJar
). I can see two tasks being executed with 1.7.20 -
jar
and
inspectClassesForKotlinIC
, which are not executed with 1.7.10. Anyone has some more information about this change?
e
KotlinIC sounds like incremental compilation