http://querydsl.com/static/querydsl/2.5.0/reference/html/ch03s02.html#d0e1411
This link describes how to set querydsl.entityAccessors in pom.xml in the maven-apt-plugin.
<querydsl.entityAccessors>true</querydsl.entityAccessors>
But i’m using kotlin-maven-plugin with kapt.
How do i set this option through kotlin-maven-plugin?