Step to reproduce
btw,
Show Kotlin Bytecode
is working properly but broken on
Show Bytecode
(which I guess it will show java or java bytecode)
In the beginning I restart the ide and the same error occurs
Then I realised if I press windows then the error gone...
Now, in the bytecode view, there is also an option to decompile the bytecode to Java. So, you can actually see both the bytecode and the equivalent java code in intellij. You even have an option to convert using JVM 8 target.
IntelliJ IDEA comes with a bytecode viewing tool for Kotlin: Also available through Ctrl / ⌘ + Shift + A as Show Kotlin Bytecode action. It's a great tool that can jump to the corresponding bytecode when you move around in the source file.
Also available through Ctrl / ⌘ + Shift + A as Show Kotlin Bytecode action. It's a great tool that can jump to the corresponding bytecode when you move around in the source file.
Kotlin provides many features that aren’t available in Java such as proper function types, extension functions and data classes . How is this even possible? I’ve taken a deeper look at how Kotlin works under the hood and what "JVM language" actually means. We'll be having a look at Kotlin's bytecode generation.
MacOs 10.14.4 update enables system shortcut Shift-Cmd-A Workaround:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With