Kotlin is fully interoperable with Java: you can call Java from Kotlin, and Kotlin from Java. While the former is straightforward, the latter can lead to more convoluted code as one has to incorporate Kotlin's new features. This talk will focus on making interop as seamless as possible, by highlighting common problems and give tips on how to handle them.