Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
800 stars 59 forks source link

Use a project/module-agnostic name for dump files #233

Open fzhinkin opened 4 months ago

fzhinkin commented 4 months ago

Currently, dump files are named after a corresponding project. For example, given a project named sample-project, dump files will be:

The project name itself has nothing to do with binary compatibility. And as it was shown in #76 and #231, renaming a project leads to unnecessary troubles.

Switching to a scheme where dumps have fixed (and optionally configurable) names, like jvm.api / klib.api should be considered.