because it passes generated sources to `javac` whi...
# announcements
a
because it passes generated sources to
javac
while you need
kotlinc
. Current kapt works ~like groovy’s stub generation for annotation processing, they generate Java classes with same annotations as your Kotlin classes and that invokes javac's apt