kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

KAPT: pass KAPT generated classes to kotlinc classpath

Open ansman opened this issue 2 years ago • 2 comments

Make sure to pass .class files generated by annotation processors to KotlinCompile task. This way, Kotlin files can refer to symbols generated in these .class files during annotation processing.

This fixes KT-33847

ansman avatar Sep 12 '22 21:09 ansman

@hungvietnguyen Can you please trigger an arr run for this PR?

gavra0 avatar Sep 13 '22 10:09 gavra0

@hungvietnguyen Can you please trigger an arr run for this PR?

As discussed offline, @Tapchicoma will help with this. Thanks!

hungvietnguyen avatar Sep 13 '22 11:09 hungvietnguyen