Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
761 stars 55 forks source link

Sort class signatures before dump the same way KotlinApiBuildTask does #188

Closed fzhinkin closed 5 months ago

fzhinkin commented 5 months ago

Currently, there is an API dumping class signatures, but its behavior differs slightly from what the Gradle task does.

This PR fixes the behavior and reuses the API inside the Gradle task.

Closes #178

aSemy commented 5 months ago

Hi @fzhinkin, I've checked and this issue would resolve #178. Please merge and release when possible, thanks!