All annotation processors need to opt in to this feature, otherwise they will trigger a full recompilation.
Are you certain all your annotation processors have opted in?
g
gildor
02/09/2019, 1:46 AM
Kapt doesnt support incremental annotation processors anyway, so it not related
gildor
02/09/2019, 1:47 AM
What do you mean "affects incrementals"?
gildor
02/09/2019, 1:47 AM
This is how AP work, there is no incremental AP out of the box
j
joelpedraza
02/09/2019, 2:35 AM
Oh, thanks for the correction.
e
emma
02/09/2019, 9:51 AM
what i mean is, it's a problem when we do incremental compilations. So for 100 modules, if we lose half a second that's adding 50 seconds to each build 😕