my Kotlin module in my project depends upon my Java module, so it works fine code-wise. Any java module classes can be used in the Kotlin module.... the problem is the KDoc comments that refer to classes in the Java module (e.g
[JavaClass]
) will not be recognized, it will be wavy-underlined. How can fix this?