Basic interop

At a basic level, working with classes, interfaces, and objects written in KotlinĀ from Java is seamless. You can instantiate and consume these objects and methods in the same way as you would for any other Java class. We'll take a look at some specific examples in the following sections.