Not sure if this is the correct place to ask : I c...
# kapt
t
Not sure if this is the correct place to ask : I can't seem to get the incremental annotation processor to work w/ kapt. I'm setting 
kapt.incremental.apt=true
 in the props file but I get this message when gradle runs : 
Incremental annotation processing (apt mode): false
 I don't get any errors about processors that are not incremental. Any idea of where to look? I'm using kotlin & kapt version 1.4.32
Also the only annotation processor in the project is my own.