Kotlin Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Converting Java code to Kotlin and vice versa

The best part about Kotlin is its interoperability with Java. Also, with IntelliJ-based IDE, we can directly convert our Java code to Kotlin. In this recipe, we will see how to do it.