Hey , what are some good techniques to avoid Binar...
# library-development
r
Hey , what are some good techniques to avoid Binary Compatibility issues
r
Thanks for this, one question I had. Do people normally see binary compat issues, with Java apps that consume kotlin libs. Or both kotlin and Java apps
e
ABI matters for both Java and Kotlin
there are changes you can make that are ABI-compatible but source-incompatible, and other changes that are source-compatible but ABI-incompatible