Java Kotlin border crossing checks

If you have a Java project, slowly converting to Kotlin, and have some interoperable code of Java and Kotlin, this would be important checks.

The two items shared below has bitten us, as it won’t be caught by Compiler. Hopes you could be cautious of them.

Java calls Kotlin code

--

--