Do non-Android Kotlin programs need a JRE to run?
# announcements
f
Do non-Android Kotlin programs need a JRE to run?
JVM yes
Thank you
but doesn't this kinda destroy the purpose of the JVM
because I have to make one for each OS
r
Or compile it to native with Graalvm 😎 and ship a binary without jre
f
ok I see, thank you