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 Inconsistent JVM-target compatibility #333

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

ad-angelo
Copy link
Contributor

When building app :

Execution failed for task ':receive_sharing_intent:compileReleaseKotlin'.
> 'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
  Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain

…ReleaseJavaWithJavac' (1.8) and 'compileReleaseKotlin' (17)
@ad-angelo
Copy link
Contributor Author

ad-angelo commented Nov 2, 2024

Fix #306, #326, #332, #256

…ReleaseJavaWithJavac' (1.8) and 'compileReleaseKotlin' (17)
@jimmyff
Copy link

jimmyff commented Nov 20, 2024

Can this please get merged? @KasemJaffer

@SasikumarSf4252
Copy link

Hi @KasemJaffer
the above changes are working fine and resolved the buid failure issues.
Please review this PR and merge this as soon as possible

@ffamar
Copy link

ffamar commented Nov 28, 2024

Hi @KasemJaffer the above changes are working fine and resolved the buid failure issues. Please review this PR and merge this as soon as possible

+1

@SasikumarSf4252
Copy link

Can this please get merged? @KasemJaffer
Please merge this asap

@KasemJaffer KasemJaffer merged commit 2cea396 into KasemJaffer:master Dec 3, 2024
1 check passed
@KasemJaffer
Copy link
Owner

Thank you

@SasikumarSf4252
Copy link

Hi @KasemJaffer, thank you for merging!
Could you please let me know when it will be released?

@SasikumarSf4252
Copy link

Hi @KasemJaffer !!
Is there any updated??

@SasikumarSf4252
Copy link

Hi @KasemJaffer !!
Is there any update on the release? Could you let me know when the new version will be released?

@callum-mudbath
Copy link

hey @SasikumarSf4252 as a stop gap you can point your pubspec to github directly. Not ideal, but will let you enable this fix until the version gets bumped.

... 
 receive_sharing_intent:
    git:
      url: https://github.com/KasemJaffer/receive_sharing_intent
      ref: master

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.

6 participants