-
Notifications
You must be signed in to change notification settings - Fork 3
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
Android Build #1
Comments
@tomelsner Use this patch to change the java version to 17, it compiles fine:
|
Also there is a bug in the implementation when adding a pass:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Expo 51 and am trying to do an android build. It fails with the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':premieroctet-react-native-wallet:compileDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (17) and 'compileDebugKotlin' (11).
Any idea how I can address this?
The text was updated successfully, but these errors were encountered: