Skip to content

[Feature] Mark all Java types nullable #4503

@vmishenev

Description

@vmishenev

In Java, all reference types are "platform types" — their nullability is unknown (could be null or non-null). Kotlin represents these as flexible types T..T?. The behavior should match how the Kotlin compiler treats Java types: as potentially nullable

Support @Nullable, @NotNull annotations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAn issue for a feature or an overall improvement

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions