MobileNativeFoundation / MobileNativeFoundation/Store
[Feature Request] Support MacOS targets
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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