Using Kotlin from Java

Using Kotlin code from Java is possible as well. However, because Kotlin provides a lot of nice syntactic sugar that isn't available from Java, sometimes the resulting Java code does not look quite as concise and readable as it might from Kotlin.