Add macosArm64 target and migrate iosMain to appleMain#734
Open
solcott wants to merge 1 commit into
Open
Conversation
* Add `macosArm64()` to the Kotlin Multiplatform targets in `KotlinMultiplatformConventionPlugin` * Move `Clock.ios.kt` from the `iosMain` directory to `appleMain` to support the broader Apple platform ecosystem Signed-off-by: scottolcott <scottolcott@gmail.com>
9f8dd32 to
532fe01
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
macosArm64()to the Kotlin Multiplatform targets inKotlinMultiplatformConventionPluginClock.ios.ktfrom theiosMaindirectory toappleMainto support the broader Apple platform ecosystemCloses #733
Description
Adds
macosArm64as a supported KMP target, enabling Store to be used in Compose Multiplatform desktop apps and shared libraries that target macOS. TheClock.ios.ktsource file is moved fromiosMaintoappleMainso the implementation is shared across all Apple targets rather than duplicated.Type of Change
Test Plan
Verified the
macosArm64target compiles successfully and existing tests pass locally.Checklist: