<@U0B99LPPW> for me IC seems to be broken in 1.1.4...
# kapt
m
@yan for me IC seems to be broken in 1.1.4-3. I have to manually clean the project and then build again.
y
Do you have any particular problems? I mean, does the error reproduce on each build, or the failure is caused by some particular code changes?
m
It seems to be caused by any change in source code. Kapt fails during compilation, cleaning after making changes helps.
y
I'll try to reproduce it.
m
Not sure if it has sth to do but I have
kotlin.incremental=true
set. kapt fails even if I change something in classes that are not touched by annotation processors.
a
m
It was
NonExistentClass
for sure but don’t remember if it was exactly this one