kotlin
kotlin copied to clipboard
KAPT: pass KAPT generated classes to kotlinc classpath
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
@hungvietnguyen Can you please trigger an arr
run for this PR?
@hungvietnguyen Can you please trigger an
arr
run for this PR?
As discussed offline, @Tapchicoma will help with this. Thanks!