Skip to content

Annotation Processor does not see module-wide annotations running under kapt #35

@TheMrMilchmann

Description

@TheMrMilchmann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:bugSomething isn't working

    Type

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions