Kotlin / binary-compatibility-validator

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

Klib validation failing with unexpected header line error #201

Closed rickclephas closed 3 months ago

rickclephas commented 3 months ago

Running apiCheck results in the following error:

Unexpected header line: // Targets: [apple]

The error is referring to this line. Adding an empty line between // Library unique name: and // Targets: seems to solve the issue (but is overridden by apiDump).

fzhinkin commented 3 months ago

Thanks for reporting the issue!