Hi there, playing around with Kotlin support in ou...
# announcements
m
Hi there, playing around with Kotlin support in our app. It works incredibly well. One thing we're confused about is that even though we're not using
kapt
, annotation processing for AutoValue and Dagger works fine--even on Kotlin types. I guess we expected that this would be the first thing to break, but it "just works" ™️ . This makes me wonder what the purpose of kapt is or when it becomes necessary to use?