-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example of configuration arguments using Maven in Kotlin example #36
Comments
Maybe you could ask in the Kotlin forum, user group etc. what's the correct way for passing processor arguments? |
I had the same problem here with a kotlin/mapstruct/gradle projekt and ended up here.
|
for kapt in maven here is working solution - working on mapstruct 1.3.0.Final `
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we get added to the
pom.xml
file in the kotlin example some configuration arguments?Right now I have the following and it's not working...because
kapt
is being used rather than the maven compiler plugin for annotation processing (and after a lot of googling and searching, I can't find anything on howkapt
processor args are meant to be formatted when using maven):The text was updated successfully, but these errors were encountered: