How I could configure the maven plugin to use the KAnnotator xml files?
I try several combinations but no one works
How I could configure the maven plugin to use the KAnnotator xml files?
I try several combinations but no one works
This should work:
<configuration>
<annotationPaths>
<annotationPath>${path}</annotationPath>
</annotationPaths>
</configuration>
Added to the docs:
http://confluence.jetbrains.com/display/Kotlin/Kotlin+Build+Tools#KotlinBuildTools-Externalannotations