I thought it does not work great judging by google...
# server
m
I thought it does not work great judging by google search.
g
What exactly doesn’t work? I mean some API can be improved to work even better with Kotlin, but you can work with any Java library from Kotlin completely the same way, there is 100% interop
m
I see. I thought the way spring boot 2 is advertised as specially for kotlin means that when the library/framework does not have a special support for kotlin it is inferior.
g
Spring 5 provides some additional goodies for Kotlin, for example knows how to Kotlin nullable types, provide Nullable/NonNull annotation for their API, some Kotlin helpers that allow to use their APIs even more pleasant with Kotlin