Kotlin is compiles straight to JVM-bytecode (*.class
-files).
A step further, Kotlin tells that decompiling Kotlin to Java-source files is not important for them.
1 Like
Kotlin is compiles straight to JVM-bytecode (*.class
-files).
A step further, Kotlin tells that decompiling Kotlin to Java-source files is not important for them.