0

I have a Kotlin project that I'd like to convert into Java-Code using IntelliJ. Now I read that all I need to do is:

  1. Menu > Tools > Kotlin > Show Kotlin Bytecode
  2. Click on the Decompile button
  3. Copy the java code

So I tried to follow that and have been able to successfully view Kotlin Bytecode - yet I am wondering where the decompile Button is? Sadly I tried searching it in Google and I could not find it - probably I am just blind and it is obvious?

When I go into Tools > Kotlin then Decompile Kotlin to Java is greyed (in case that is the decompile button that is mentioned everywhere).

Can someone help me out on that?

I am running on IntelliJ Ultimate.


Edit:

This panel is shown when I press Show Kotlin Bytecode:

enter image description here

Rüdiger
  • 701
  • 2
  • 15
  • 46

1 Answers1

1

The Decompile button is in the top bar of the Kotlin Bytecode panel which opens when you select Show Kotlin Bytecode.

Mikhail Burshteyn
  • 3,864
  • 9
  • 24