Skip to content

Should we enforce binary compatibility for Kotlin libraries? #243

Closed
@zach-klippenstein

Description

@zach-klippenstein

Okio has tooling to ensure they don't accidentally break backwards binary compatibility for minor version bumps. I've not seen a lot of libraries that do this, but it seems to make sense especially for libraries that are likely to be depended on transitively. Kotlin makes it really easy to accidentally change your ABI, due to things like type inference. Should we follow suit?

Related Reading

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestkotlinAffects the Kotlin library.questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions