I am writing code in Kotlin language. Recently I have realized that JVM interprets kotlin bytecode, the way it does with Java bytecode. So I read about differences between Kotlin and Java.
But, I could not understand the difference between bytecode generated by Kotlin compiler and Java compiler. Are they the same byte code at the end?
Kotlin mainly targets the JVM, but also compiles to JavaScript or native code