Skip to content

When supported by targets, validate parameter declaration with KProperty.equals() #33

@BenWoodworth

Description

@BenWoodworth

Not all Kotlin targets support comparing a KProperty with .equals(), so currently some targets check by comparing the KProperty.name instead. If support is ever added, change these implementations to use .equals() instead.

See: KT-52704 and KT-15101

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions