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 all the supported Kotlin/Native targets that we can #261

Merged
merged 1 commit into from
May 3, 2023

Conversation

dkhalanskyjb
Copy link
Collaborator

@dkhalanskyjb dkhalanskyjb commented Mar 15, 2023

Only the Android NDK and the non-ILP32 WatchOS Arm64 targets are not supported, as we depend on the serialization library, which also doesn't support them.

Fixes #165

@dkhalanskyjb dkhalanskyjb force-pushed the new-targets branch 2 times, most recently from 792d2bb to 464b05a Compare March 15, 2023 12:40
@dkhalanskyjb
Copy link
Collaborator Author

Looks like this only adds the linuxArm64 target, the rest is blocked by Kotlin/kotlinx.serialization#2216

@dkhalanskyjb dkhalanskyjb force-pushed the upgrade-serialization branch from d5410a2 to 90acb71 Compare April 28, 2023 14:25
@dkhalanskyjb dkhalanskyjb force-pushed the new-targets branch 2 times, most recently from 8830cad to 513a3a9 Compare April 28, 2023 14:29
Base automatically changed from upgrade-serialization to master May 3, 2023 09:07
Only the Android NDK targets and the WatchOS for ARM 64 are not
supported, as we depend on the serialization library, which also
doesn't support them.
@dkhalanskyjb dkhalanskyjb merged commit 8ae1175 into master May 3, 2023
@dkhalanskyjb dkhalanskyjb deleted the new-targets branch May 3, 2023 09:07
@ilya-g ilya-g added this to the 0.4.1 milestone Aug 31, 2023
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 this pull request may close these issues.

Add linuxArm64 target
2 participants