Yes, when targeting the JVM, Kotlin is compiled to JVM *. class files , which is a bytecode format that can later be either interpreted by a JVM, or compiled to the machine code by the JVM during the program run (JIT), or even compiled ahead-of-time (AOT) down to the machine code.
Is Kotlin compiled by JVM?
Yes, when targeting the JVM, Kotlin is compiled to JVM *. class files , which is a bytecode format that can later be either interpreted by a JVM, or compiled to the machine code by the JVM during the program run (JIT), or even compiled ahead-of-time (AOT) down to the machine code.