Depends what you're looking for. If you just want a rough and ready idea of what the Java code looks like, you can go to Tools > Show Kotlin bytecode and then ask IntelliJ to decompile the bytecode to Java. But what you get is sometimes not very human readable. If you want nice clean Java code you can actually use, I don't know of a good way.