I see this link for annotation processing for Kotlin projects using Gradle, but nothing for Kotlin projects using Maven.
Asked
Active
Viewed 24 times
0
-
In the link there is a tab "Gradle" and one with "Maven" (Click on that with Maven) https://picocli.info/#_using_build_tools that will show a configuration.. – khmarbaise Jan 16 '23 at 11:50
-
I saw the link khmarbaise mentions, but that is for the java compiler which compiles java code. I'm looking to add annotation processing of a kotlin project using the maven build system. – Jeff McClure Jan 17 '23 at 12:59