Is the any documentation about incremental compilation? I'm trying to collect classes with a specific annotation to build a registry. It looks like backend IR gets the classes only when they are changed (or after clean).
Sometimes this generates empty registry which I guess is because of incremental compilation. Would collecting them with a predicate from FIR solve this problem?
➕ 1
d
dmitriy.novozhilov
06/12/2024, 11:17 AM
IC doesn't work well with compiler plugins at the moment: KT-55982