-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable KLib ABI validation #566
Conversation
Seems there is a bug in BCV:
https://github.com/kizitonwose/Calendar/actions/runs/10070165332/job/27838250741?pr=566 |
85324b8
to
54279c1
Compare
@@ -32,3 +32,5 @@ include(":compose") | |||
include(":sample") | |||
include(":compose-multiplatform:library") | |||
include(":compose-multiplatform:sample") | |||
|
|||
rootProject.name = "Calendar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workaround from Kotlin/binary-compatibility-validator#261 (comment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks!
https://github.com/Kotlin/binary-compatibility-validator?tab=readme-ov-file#experimental-klib-abi-validation-support
Follow up #560.