https://kotlinlang.org logo
Title
a

anidotnet

04/20/2018, 12:21 PM
great news @olonho. Any idea when we can create static binary using k/n like golang?
o

olonho

04/20/2018, 12:31 PM
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

anidotnet

04/20/2018, 1:07 PM
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

olonho

04/20/2018, 1:37 PM
Sure, compiler output is just a regular native binary without external deps
a

anidotnet

04/20/2018, 2:00 PM
great