I’m trying kapt2 and I noticed that when I declare a dependency to a local project (in the format
kapt project(':annotations-processor’)
) that project gets compiled after the annotation processor runs, making it necessary to build twice to apply the changes - is that a know issue? (using