great news <@U3SK5B492>. Any idea when we can crea...
# kotlin-native
a
great news @olonho. Any idea when we can create static binary using k/n like golang?
o
It is already the case, K/N binaries only depend on libc dynamically, and it is intentional, as system libc is intended to know its host system better
a
I am very new to k/n here. So even if I build an executable binary with various native library dependencies, I don't need to care about those dependencies in the machine where it will run?
o
Sure, compiler output is just a regular native binary without external deps
a
great