Kotlin: Kotlin Bytecode – analyze in IntelliJ IDEA
Question or issue of Kotlin Programming: I want to see the compiled bytecode so I can learn more about how it works under the cover. I’m using IntelliJ IDEA 15 but can’t find a way to see the bytecode. What am I missing?
Continue Reading