I use `kapt` in my Maven build as shown in the sni...
# build-tools
h
I use
kapt
in my Maven build as shown in the snippet. When it gets to the compile step, it produces two warnings:
Copy code
[WARNING] Duplicate source root: /home/hho/projects/connector/target/generated-sources/kapt/compile
[WARNING] Duplicate source root: /home/hho/projects/connector/target/generated-sources/kaptKotlin/compile
Am I doing something wrong? Is this an issue of kapt? Or of the kotlin-maven-plugin?