Hey guys! Are there any Mapper Frameworks (like Ma...
# announcements
g
Hey guys! Are there any Mapper Frameworks (like MapStruct) that works very well with Kotlin? Any suggestions?
s
https://github.com/mapstruct/mapstruct-examples/tree/master/mapstruct-kotlin is this not good enough? (Im curious, if it has any limitations as I haven't used it myself yet)\
g
Just managed to use this in my Kotlin project. Working like a charm.. just needed to add kapt.