Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add targets for Apple Silicon #199

Closed
ychescale9 opened this issue Aug 27, 2021 · 1 comment · Fixed by #201
Closed

Add targets for Apple Silicon #199

ychescale9 opened this issue Aug 27, 2021 · 1 comment · Fixed by #201
Milestone

Comments

@ychescale9
Copy link
Contributor

Kotlin 1.5.30 added native support for Apple Silicon.

To enable this in a KMP project (app) all transitive dependencies need to add those new targets.

Upcoming kotlinx.coroutines 1.5.2 will be adding these:

 addTarget(presets.iosSimulatorArm64)
 addTarget(presets.watchosSimulatorArm64)
 addTarget(presets.tvosSimulatorArm64)
 addTarget(presets.macosArm64)

It'd be great to add these targets to FlowRedux too.

Happy to send a PR once Coroutines 1.5.2 is out :)

@sockeqwe
Copy link
Collaborator

sounds great, PR is very welcome!

(minor dependency to compose to support 1.5.30)

@sockeqwe sockeqwe added this to the 1.0 milestone Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants