You are currently viewing Outside of familiarity, why would anyone use Lombok instead of Kotlin data classes?

Outside of familiarity, why would anyone use Lombok instead of Kotlin data classes?

I personally hate dealing with annotation processors and Lombok in general, and I feel like Kotlin has a strong platform for building data classes. Just curious if there’s any benefit to using Lombok over Kotlin, or if I should continue to push for Kotlin as a best practice?

One reason I could see is if devs wants to use the builder pattern over named arguments

submitted by /u/GoBucks4928
[link] [comments]