Android vs Desktop App Kotlin Compilation Process
Have you ever wondered what happens when you compile your Kotlin source code?
The Kotlin Compiler doesn't convert your code to machine code directly, but it converts your code to bytecode instead.
Then, the Kotlin Interpreter/Virtual Machine converts...
vtsen.hashnode.dev2 min read