MobileNativeFoundation / MobileNativeFoundation/Store

[Feature Request] Support MacOS targets

Open
#733 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Kotlin
Stars
3.4k
Forks
217
Avg merge
18m
Merged PRs (30d)
4

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing iOS target and publication declarations, since the issue says macosArm64 should follow that pattern. Add the macosArm64 publication for store5 and verify that the Kotlin Multiplatform build produces the macOS artifact without excluding the target.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
build-system, desktop-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.