I have a Java library setup with Gradle, that I am...
# library-development
e
I have a Java library setup with Gradle, that I am converting to Kotlin. Before I start converting it, I'd like to dump the ABI so that I can make sure that there are no breaking changes after converting to Kotlin. What tool can I use that will dump the Java ABI, and then also be able to compare with the Kotlin ABI to make sure there are no breaking changes?
1
Looks like the kotlin-binary-compatibility-validator will work on a 100% Java project 💪
🚀 1
👀 1