realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Add binary-compatibility-validator and api files

Open rorbech opened this issue 4 years ago • 0 comments

Adding https://github.com/Kotlin/binary-compatibility-validator to ensure that we track public API updates. Only works for android and jvm.

According to https://github.com/Kotlin/binary-compatibility-validator#workflow changes to API will be verified by the normal check commands, and expected output can easily be regenerated by :libraray-base:apiDump and :libraray-sync:apiDump

rorbech avatar Oct 06 '21 07:10 rorbech