My compose for desktop application is kotlin-jvm o...
# compose-desktop
j
My compose for desktop application is kotlin-jvm only, not full kotlin-multiplatform. How can I build the application for multiple macOS targets? I want to build for both ARM64 (M1 / Apple Silicon) and Intel X86. I understand this will need multiple binaries produced and I’m happy with that, but I cannot figure out how to create the distributables/binaries for both architectures. Is it possible?