enter image description hereI have a Spring Boot project that has been written partially in Java and partially in Kotlin using IntelliJ IDEA. The problem is that when I try to generate JavaDoc, I get errors for the Kotlin packages import directives that are declared inside the Java class files:
error: package xxxx.yyyyyy.zzzzz does not exist
But that's wrong, because the project is successfully built and run. Has anyone an idea on how to fix that ?