So like compile-testing is running the Java Compil...
# kapt
m
So like compile-testing is running the Java Compiler for testing annotation processors, can I do similar with kapt? https://github.com/google/compile-testing Or only through command line interface?
t
m
That's also Java though and just depends on compile-testing. I need to process Kotlin sources 🙂