Hey folks. I managed to run compose desktop on a r...
# compose-desktop
k
Hey folks. I managed to run compose desktop on a raspberry pi a couple of months ago. I did that by compiling on the Pi itself syncing files with my desktop over ssh, as not cross-compilation is supported for this platform yet afaik. Now I wanted to add some native libraries to my project, but get stuck. Compose-desktop works as a jvm target fine on the PI, but as soon as native target is added, it breaks. Compiling on the Pi. it complains about
kotlin-native-prebuilt-linux-aarch64
not existing which seems to be a kotlin native problem. Cross compilation of native-only (not compose desktop) works. It is a bit confusing that I can compile desktop on the host, but native needs to be cross compiled. That would mean, I cannot combine the two initially.
i
Non jvm desktop is not supported. Your error is expected because there is no published compose library for this target
👍 2
k
Is it expected to be supported at any point?
i
It's not a priority, but maybe on some day..
k
Thank you Ivan
👍 2