Koltlin 1.3.61 - Multi platform project - Built jar does not have the java source file

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