I'm pretty sure multiple processing rounds still w...
# kapt
g
I'm pretty sure multiple processing rounds still works as long as you're generating java files. My understanding is that kapt3 converts all kotlin files into java stubs, then passes those stubs to javacs annotation processing tool. The javac APT will only be looking for generated java files after each round