When working in a modular, mixed Java and Kotlin project, the module descriptor is excluded from processing by kapt. Thus, annotations declared on the module descriptor are not visible to verification which might lead to incorrect results.
See https://youtrack.jetbrains.com/issue/KT-82876 for the upstream kapt issue.
This does not affect pure Java projects.
When working in a modular, mixed Java and Kotlin project, the module descriptor is excluded from processing by kapt. Thus, annotations declared on the module descriptor are not visible to verification which might lead to incorrect results.
See https://youtrack.jetbrains.com/issue/KT-82876 for the upstream kapt issue.
This does not affect pure Java projects.