Does anvil 2.4.9 still have some issues with incre...
# squarelibraries
a
Does anvil 2.4.9 still have some issues with incremental compilation on kotlin 1.9.2 ? I still need to run with --rerun-tasks half the times 😕
n
Yes, the 2.5.0-betas have a fix that seems to have resolved all the issues I've seen related to incremental compilation
The first beta release notes has some details about enabling
trackSourceFiles
which will fix incremental issues
a
Thanks @Nicholas Doglio