it's possible to build simple single binary in kot...
# announcements
c
it's possible to build simple single binary in kotlin native like in go? i'm planning simple CLI to automate simple tasks
Also check out #C3SGXARS6
c
You might also look into kscript https://github.com/holgerbrandl/kscript. Not Kotlin/Native, but great for making simple JVM CLIs
a
c
thank's all, i'll read this
i've readed all, my opinions: - kscript - good replace for python scripts, but lack of zero-configuration advantage of bash, i'll try to use in some automations - jvm9+jlink - good case for my desktop app, really better than work cheking jvm version of every user, but i've missed something like webstart provide, update manager to distribute, do anyone know some simple form do do it? - kotlin native - seems good replacement for go in my case, i'll try to use, thanks