Hello Is there a way to compile my app for linux ...
# kotlin-native
d
Hello Is there a way to compile my app for linux including the native libraries? I would like to deploy my app on a distroless image, so there is no curl, etc.
l
There may be other approaches, but I'd go for building an AppImage or Flatpak (or preferably both).