Join Slack
Powered by
Is there a Kotlin library (lnter) for keeping API ...
# getting-started
i
igor.wojda
04/12/2023, 1:16 AM
Is there a Kotlin library (lnter) for keeping API declarations in check? (I would like to make sure that lib API will not change by accident)
c
Casey Brooks
04/12/2023, 2:25 AM
https://github.com/Kotlin/binary-compatibility-validator
It technically only validates JVM and Android APIs, but if most/all of your code is in commonMain and you support JVM targets, then it works great
plus1
2
2
Views
Open in Slack
Previous
Next