on java 11+, jlink can build a custom jre with your app and its required modules only; on java 14+, jpackage can bundle it into a single distributable
👍 5
ephemient
11/10/2020, 9:26 PM
but either way, compose-desktop only works on kotlin-jvm (not kotlin-native) and no graalvm native-image (as compose-desktop uses swing for windowing, and that doesn't work with graalvm native-image)