Sep 8, 2018 · 1 min read
Of course, there is no point in using Lombok in Kotlin, I never said it is.
I have a big Android project written in Java which depends on Lombok heavily. If I wanted to introduce Kotlin to that project and didn’t want to use Dagger in Kotlin classes everything would work fine. As you said I wouldn’t have to declare thekapt dependency and everything would work fine with good, old annotationProcessor.
But If I wanted to use Dagger in Kotlin classes I would have to declare kapt dependency. And that would break Lombok in the Java files.