Open your Kotlin project in the IntelliJ IDEA / Android Studio. Then navigate to Tools > Kotlin > Show Kotlin Bytecode. You will get the bytecode of your Kotin file. Now click on the Decompile button to get your Java code from the bytecode.
Read moreHow do I enable decompile Kotlin in Java?
As @Vadzim said, in IntelliJ or Android Studio, you just have to do the following to get java code from kotlin:
Read moreHow do I enable decompile Kotlin in Java?
As @Vadzim said, in IntelliJ or Android Studio, you just have to do the following to get java code from kotlin:
Read moreHow do I use Kotlin plugin on android?
Install the EAP Plugin for IntelliJ IDEA or Android Studio
Read moreHow do I enable Kotlin plugin in IntelliJ?
Get started with Kotlin Before you start working with Kotlin, make sure that the plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default. If the plugin is not activated, enable it on the Plugins page of the IDE settings Ctrl+Alt+S as described in Install plugins .19 Kas 2021
Read moreHow do I fix Kotlin not configured?
Important Update
Read more