hellx
hellx
for kapt in maven here is working solution - working on mapstruct 1.3.0.Final ` org.jetbrains.kotlin kotlin-maven-plugin ${kotlin.version} -Xjsr305=strict -Xjvm-default=enable kapt kapt src/main/kotlin src/main/java org.mapstruct mapstruct-processor ${mapstruct.version} mapstruct.unmappedTargetPolicy=ERROR `