<kapt is not working even manually in IntelliJ wit...
# stackoverflow
u
kapt is not working even manually in IntelliJ with Maven https://github.com/mapstruct/mapstruct-examples/tree/master/mapstruct-kotlin I run above kotlin mapstruct project with maven but it emits below error. Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: Cannot find implementation for org.mapstruct.example.kotlin.converter.PersonConverter at...