Does anyone has experience with using Kotlin with ...
# server
x
Does anyone has experience with using Kotlin with Mapstruct? I have applied kotlin-kapt and kotlin-jpa plugins. But it is still saying my entity class(data class) does not have an accessible empty constructor. Since “kotlin-jpa is a wrapped on top of no-arg”, I was assuming that this should work automatically, am I missing anything? I have also tried adding the kotlin-allopen plugin and setup the annotation, but there is still no luck. Any suggestion will be appreciated, thanks!