```implementation(compose.desktop.currentOs)``` This line fails jar packaging on aarch64. How can I ...
e
Copy code
implementation(compose.desktop.currentOs)
This line fails jar packaging on aarch64. How can I fix this. I need this app to run on a raspberry pi.