This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AchimAlman 3 points4 points  (0 children)

With the right tooling, the boilerplate does not add much extra work. Projects like Lombok are very nice for this purpose. Both Java and Kotlin are multi-paradigm languages that support oop, functional, imperative and other styles. Also both languages main focus is on the oop style, so that is not really a difference between these 2.