No that is normal, you can get rid of the warning by putting
Copy code
kapt.incremental.apt=false
in your gradle.properties
s
stojan
04/02/2020, 1:43 PM
the annotation processor for arrow-meta is not incremental, that is what the warning tells you....
however that will be replaced by a compiler plugin developed on #arrow-meta
compiler plugins don't use kapt and are incremental out of the box