Hacker News new | ask | show | jobs
by distances 1931 days ago
Then you would've needed to package a JVM or a JavaScript engine, making the app distribution a whole lotta different deal.
1 comments

Kotlin doesn't just run on the JVM - it can compile to native binaries with Kotlin Native. It compiles to WASM and JS too.
At the time of Flutter development it couldn't do any of those things.
Thats a good point, I tend to forget how long Flutter has been around.