does intellij understand kapt("org.springframework...
# intellij
b
does intellij understand kapt("org.springframework.bootspring boot configuration processor2.2.0.RELEASE") because it says the annotation preprocessor is not on class path. I can add annotationProcessor("org.springframework.bootspring boot configuration processor2.2.0.RELEASE") but then it's generated twice
c
I think I had it working at some point. If I remember I'll check tomorrow.