Anyone had experience using kapt with custom kotli...
# kapt
z
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
Can you provide a sample project?
z
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?
y
@zhouij Yes.