Anyone had experience using kapt with custom kotlin annotation processors and Maven? My annotation processors are not triggering, I spent 3 days trying all different things but still can’t figure out why
y
yan
03/13/2018, 4:15 PM
Can you provide a sample project?
z
zhouij
03/13/2018, 4:25 PM
Sure. It’s currently embedded in our corporate projects. Let me try to extract it out into a sample project.
This turns out to be more difficult than I thought since the dependencies are very deep in our projects. Just a quick question, does kapt currently support annotation processing of Kotlin annotations on Kotlin classes?