In version 0.14.0 several elements were marked as internal. https://github.com/Kotlin/binary-compatibility-validator/pull/168/files#diff-8f30838a249b5077fe400072f0089da4daab28a873456622c54fdea121f9517fR13-R24 BCV-MU requires access to: * `ClassBinarySignature` * `MEMBER_SORT_ORDER` * `MemberBinarySignature` for running the signature generator in a Gradle Worker. https://github.com/adamko-dev/kotlin-binary-compatibility-validator-mu/blob/101ce0af1b66403ee2b7d32e7ad2b04e586c85cc/modules/bcv-gradle-plugin/src/main/kotlin/workers/BCVSignaturesWorker.kt#L115-L127 Please could these properties be made public again?