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

Enabled target watchosDeviceArm64 #278

Merged
merged 4 commits into from
Aug 31, 2023
Merged

Enabled target watchosDeviceArm64 #278

merged 4 commits into from
Aug 31, 2023

Conversation

cmota
Copy link
Contributor

@cmota cmota commented May 30, 2023

Updated Kotlin version to 1.8.21
Updated kotlinx.serialization to 1.5.1
Enabled watchosDeviceArm64 target (which is currently supported by kotlinx.serialization)

It should fix #277 🙂

@severn-everett
Copy link

You should update the image badge in the README file so that it indicates the updated Kotlin version.

@cmota
Copy link
Contributor Author

cmota commented Jun 19, 2023

Updated @severn-everett 🙂

@hfhbd
Copy link
Contributor

hfhbd commented Jun 28, 2023

The android targets are also added with serialization 1.5.1.

@cmota
Copy link
Contributor Author

cmota commented Jun 30, 2023

I believe you're referring to:

  • androidNativeArm32
  • androidNativeArm64
  • androidNativeX86
  • androidNativeX64

right @hfhbd ?

Should I also add them to the PR @severn-everett ? 🙂

@hfhbd
Copy link
Contributor

hfhbd commented Jun 30, 2023

Yes, I mean these targets but maybe adding these targets isn't enough and you might need to implement some native actual code.

cmota and others added 3 commits August 31, 2023 19:47
Updated Kotlin version to 1.8.21
Updated kotlinx.serialization to 1.5.1
Enabled watchosDeviceArm64 target (which is currently supported by kotlinx.serialization)
Added watchosDeviceArm64 to infra targets
@ilya-g ilya-g self-assigned this Aug 31, 2023
@ilya-g
Copy link
Member

ilya-g commented Aug 31, 2023

Thanks, merged

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.

Enable target watchosDeviceArm64
4 participants