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

Support arm64 targets #518

Closed
luca992 opened this issue Jul 1, 2022 · 2 comments · Fixed by #517
Closed

Support arm64 targets #518

luca992 opened this issue Jul 1, 2022 · 2 comments · Fixed by #517

Comments

@luca992
Copy link

luca992 commented Jul 1, 2022

My project requires use of arm64 targets. iOS simulator is most essential for my purposes, but mac would be great as well.

It looks like the latest easyPluginVersion:0.18.4 supports this.

@y9san9
Copy link

y9san9 commented Jul 2, 2022

And also common ios target would be nice

@soywiz
Copy link
Member

soywiz commented Jul 4, 2022

@luca992 I have moved kbignum to the korge repo that holds all the korlibs there. That repo includes arm64 targets.

@y9san9 kbignum doesn't have specific code for ios target, but has a common target and a native common target. The root build gradle configures iosCommon for all the projects. I'm not sure if that will work, since I'm not going to create a iosMain folder since that library doesn't require it. If it doesn't work, we should consider talking with the Kotlin team to figure out something to not force me to include any possible combination any other library could need.

In any case, let's wait for the next release and see if it works for you guys

@soywiz soywiz transferred this issue from soywiz-archive/kbignum Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants