Kotlin / binary-compatibility-validator

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

Align klib validation behavior for empty projects with other targets #247

Closed fzhinkin closed 2 days ago

fzhinkin commented 5 days ago

After #243 resolution, JVM/JVM on KMP/KMP projects validation behavior remained different for projects without non-test sources or without published API:

This PR addresses #246 and aligns KMP validation behavior for empty projects with how JVM ABI validation works for them.