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.
Can I convert Kotlin code to Java?
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.