-
Notifications
You must be signed in to change notification settings - Fork 408
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
receive_sharing_intent:compileDebugKotlin #344
Comments
I encountered the same issue and found a workaround. Here are the steps to resolve it:
Please note that this is a temporary workaround rather than a permanent solution. |
I am pretty sure that this problem is related to Gradle 8.1+ in Flutter 3.27... So the project has to be migrated to the new Version. |
Is something happening here? |
i had issues with the jvmTarget. latest version on github fixed it for me. Not exactly sure if it was the same issue. You might try using this in your pubspec.yaml
|
Fixed by #333 |
Pubspec
build.gradle
./gradlew build
|
FAILURE: Build failed with an exception.
Execution failed for task ':receive_sharing_intent:compileDebugKotlin'.
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
Learn more about JVM-target validation: https://kotl.in/gradle/jvm/target-validation
Thank you in advance, can you help me on it.
i'm using latest version of flutter so can't downgrade the project. anyone can help to fix the issue
The text was updated successfully, but these errors were encountered: