-
Notifications
You must be signed in to change notification settings - Fork 71
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
macos_arm64 not ready #68
Comments
Piggybacking on this to also request the linuxArm64 target. Can a maintainer comment on any potential blockers? I'm happy to take a stab at this |
Hello, @ethanmdavidson! Do you use MacosArm64 will be supported, there is no blockers, we just need to add extra setting for deployment. |
For the project I have in mind, native targets are the priority. However, supporting jvm and js targets would also be desirable. The use case here is a CLI tool which can also be embedded in jvm/js projects. Also, the project description says it is "Platform-agnostic" and "can be used in any Kotlin project", which in my mind means it should support every platform that Kotlin can target. |
It's true, but I ask with another goal. At least in the current moment there is such an opportunity for native targets, so you don't need published target. The future of this option is under the question right now, so I can't say that it's very reliable, but at least as temporary workaround you now can use it for native targets you need. But if there are jvm and js you need use gradle dependencies, and these two approaches are impossible to combine, then you really need to wait published target. |
@LepilkinaElena hi, I'm using |
Please add this target to module configuration as Kotlin 1.5.30 now supports it. Currently using this lib in native build on Apple Silicon M1 results in following error
The text was updated successfully, but these errors were encountered: