'Java/Kotlin Interoperability Limitations

I recently faced a problem regarding interoperability between Java/Kotlin for suspend functions. See my question: How to Override a suspend function in java class. Both the answers seem to agree on suspend functions not completely interoperable.

So, this got me wondering; in what other features are Java/Kotlin not interoperable?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source