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

Fix jvm target compatibility issue #616

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Fix jvm target compatibility issue #616

merged 2 commits into from
Feb 9, 2024

Conversation

ianlin-bbpos
Copy link
Collaborator

Summary

Fix jvm target compatibility issue

Motivation

To resolve the issue of failing to build a new React Native project with sdk.

Testing

  • I tested this manually
  • I added automated tests

Documentation

Select one:

  • I have added relevant documentation for my changes.
  • This PR does not result in any developer-facing changes.

@nazli-stripe nazli-stripe merged commit 5dc2fdc into main Feb 9, 2024
2 checks passed
Comment on lines 53 to 59
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nazli-stripe nazli-stripe deleted the fix-issue-593 branch September 6, 2024 20:52
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.

4 participants