I'm trying to build a kmp library for multiple pla...
# multiplatform
m
I'm trying to build a kmp library for multiple platforms, but I'm running into limitations. Windows can only build Windows, and Linux can only build Linux and Windows. Additionally, I'm running into issues with x64 vs arm64. Which Github Actions runner supports building all (or at least most) targets?
m
MacOS runners should be able to build everything. I have never tried windows myself but I think that should work
z
What version of kotlin are you using? you should be able to compile for all targets on the GitHub macos runner with 2.0.0. I haven't experienced any issues with the architecture either