Is there a benefit to using kotlin native over Gra...
# kotlin-native
f
Is there a benefit to using kotlin native over GraalVM native image in cases where you don’t need the c interop?
g
They are pretty different, depends on what is your goal to use binaries
f
reduce memory usage, startup time and disk size
j
jlink and CDS also an option
1