Is your feature request related to a problem? Please describe.
Store currently publishes KMP artifacts for Android, JVM, iOS, and JS, but does not include macosArm64. This makes it impossible to use Store in a KMP project that targets macOS, without excluding Store from macOS source sets or maintaining a fork.
Describe the solution you'd like
Add macosArm64 as a published KMP target for store5. The core logic is already platform-agnostic and coroutine-based, so the implementation delta should be minimal — similar to how iOS support was added.
Is your feature request related to a problem? Please describe.
Store currently publishes KMP artifacts for Android, JVM, iOS, and JS, but does not include macosArm64. This makes it impossible to use Store in a KMP project that targets macOS, without excluding Store from macOS source sets or maintaining a fork.
Describe the solution you'd like
Add macosArm64 as a published KMP target for store5. The core logic is already platform-agnostic and coroutine-based, so the implementation delta should be minimal — similar to how iOS support was added.