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 all native targets #86

Closed
ptitjes opened this issue Aug 19, 2022 · 4 comments
Closed

Support all native targets #86

ptitjes opened this issue Aug 19, 2022 · 4 comments

Comments

@ptitjes
Copy link

ptitjes commented Aug 19, 2022

When using in multiplatform projects, we need those missing targets:

  • iosArm32
  • iosArm64
  • iosSimulatorArm64
  • iosX64
  • tvosArm64
  • tvosSimulatorArm64
  • tvosX64
  • watchosArm32
  • watchosArm64
  • watchosX86
  • watchosX64
  • linuxArm32Hfp
  • linuxArm64

Am I missing some?

@SvyatoslavScherbina
Copy link
Member

Am I missing some?

Depending on your use case, you might be missing:

  • mingwX86 (Support for mingwX86 #85)
  • watchosSimulatorArm64
  • linuxMips32
  • linuxMipsel32
  • androidNativeArm32
  • androidNativeArm64
  • androidNativeX86
  • androidNativeX64

Speaking of use cases: how does yours involve using kotlinx-cli on ios*, tvos* and watchos* targets?

@ptitjes
Copy link
Author

ptitjes commented Aug 20, 2022

Well, I assumed there was something like a (even remote) shell to run some throughput test utilities. But I actually know nothing of Apple mobile devices yet. I agree this is very much a corner use case.

@ptitjes
Copy link
Author

ptitjes commented Aug 20, 2022

@SvyatoslavScherbina would you please tell me which targets you think makes no sense? Do you think I should close the issue?

@SvyatoslavScherbina
Copy link
Member

At this moment, I don't understand what exactly is the purpose of this issue.
Do you have a particular case (e.g. a Kotlin Multiplatform project) where you need kotlinx-cli support for more targets? Which ones then?

@ptitjes ptitjes closed this as completed Aug 31, 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

No branches or pull requests

2 participants