> Kotlin does not produce machine executables. Kotlin produces JVM bytecode
Strictly speaking - not true. JVM languages via GraalVM have been able to produce native executables for quite a while already. A lot of frameworks / libraries support this too.
Strictly speaking - not true. JVM languages via GraalVM have been able to produce native executables for quite a while already. A lot of frameworks / libraries support this too.