Hey y'all 👋 ran into some build issues earlier today with a KMM project + redux running on Apple silicon https://github.com/reduxkotlin/redux-kotlin/issues/96
Is this a valid issue? Happy to close if not. Also willing to look into this and contribute if I'm in the ballpark here. Was looking at https://github.com/ktorio/ktor/pull/2664/files as a reference but no idea if that's what's needed here.
b
Big Chungus
02/01/2022, 11:04 PM
It simply does not publish apple silicon targets. The fix is pretty straightforward - declare and publish those targets.
🙌 1
You can check which targets are supported for any given lib on kamp.petuska.dev