How to Retrieve Java Source from a Kotlin Source File
If you have a Kotlin source file and want to translate it to Java, the following steps will guide you:
Using IntelliJ or Android Studio:
Update:
For Kotlin plugin version 1.2 , an additional option is available:
The above is the detailed content of How Can I Decompile Kotlin Code into Java Source?. For more information, please follow other related articles on the PHP Chinese website!