<@U4UGS5FC7> if you mean having multiple rounds of...
# arrow
e
@raulraja if you mean having multiple rounds of annotation processing after generating Kotlin code, you're out of luck: kapt only supports a single round for that, only generated Java code will be fed again in the processor! In this case though you're the one generating everything, so you are aware of the extra things to generate and can do it directly