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

Address Inconsistent JVM-target compatibility. #192

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

GleammerRay
Copy link
Contributor

Fixes the following error: Execution failed for task ':emoji_picker_flutter:compileReleaseKotlin' Inconsistent JVM-target compatibility detected for tasks 'compileReleaseJavaWithJavac' (1.8) and 'compileReleaseKotlin' (17).

Namespace specified for compatibility with newer Gradle versions.

@GleammerRay GleammerRay mentioned this pull request Mar 18, 2024
@@ -25,8 +25,19 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.fintasys.emoji_picker_flutter'
Copy link
Owner

Choose a reason for hiding this comment

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

👍 Seems it's required with AGP 8

Copy link
Owner

@Fintasys Fintasys left a comment

Choose a reason for hiding this comment

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

Thanks for your efforts looking into this topic carefully and ask others to confirm it is working. Let me merge this PR and hope it will resolve the issues 🙏

@Fintasys Fintasys merged commit 65af55c into Fintasys:master Mar 22, 2024
1 check passed
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.

None yet

2 participants