hho
04/08/2019, 10:10 AMkapt
in my Maven build as shown in the snippet. When it gets to the compile step, it produces two warnings:
[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?