-
Notifications
You must be signed in to change notification settings - Fork 37
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
Gradle on MAC with M1 chip using Kotlin Native still produces JNA issue #346
Comments
hi @nehgutierrez thanks for the report |
Hi @cdsap I have pretty similar problem with M1 Max
As I understand it shouldn't be much different between M1 and M1 Max. Any idea on this? |
hi @vfongmala-safetyculture @crothert thanks for the report and the example repo.
build.gradle:
Can you test it by defining the plugin in the main build.gradle file and removing the buildScript block from app/build.gradle?
From my side I will investigate the invocation difference and updating the oshi dependency version. Thanks again |
Hi @cdsap, |
Thanks @vfongmala-safetyculture, we are using zulu JDK for M1. btw @crothert have you tried the configuration with the above suggestion? |
Thanks for the help @cdsap, do you want me to close the issue or you'll maintain it to investigate further? |
thanks @nehgutierrez, closing the issue and will investigate the issue invoking the plugin from the buildscript block |
Still fails in build scripts for latest Kotlin Native projects with
and
To reproduce you can do:
You will see:
@cdsap any plans to fix JNA somehow? |
Thanks @akuleshov7 for the complete report and sorry for delay. |
@akuleshov7 I tested again pointing to the checkout of the repo before removing the plugin. |
+1 for issue (JDK Temurin-18.0.1+10) |
Tried this out on the project listed by akuleshov7 above,
|
@cdsap +1
|
Using the plugin in a Mac with M1 chip we found the same error than in issue 20355
Environment
arm 64
MacOS 12.4 (21F79)
Dependencies
Here is part of the
./gradle buildEnvironment
commandThe text was updated successfully, but these errors were encountered: