-
Notifications
You must be signed in to change notification settings - Fork 534
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
Execution failed for task ':flutter_unity_widget:compileDebugKotlin' #981
Comments
I think the issue is that you are using Unity 2023.2.20. Unity 6 (6000) is actually the rename of 2023.3, so I would suggest to either upgrade and try the experimental unity 6 support or drop down to Unity 2022.3. |
@timbotimbo Thank you so much for the response, got it, I will try it. |
I downgrade my flutter SDK version from the latest to 3.22.0. it worked for me😁 |
Yes, @timbotimbo thank you, Downgrading the unity works the build, looking forward for the good support package for the new version Unity of 2023.2... prefer using Unity version: 2022.3.43f1 this has very good working support. |
Thank you! |
Hello,
I'm encountering a compilation error during the compileDebugKotlin task for the :flutter_unity_widget module in my Flutter app. The error message suggests a Gradle version mismatch, but I've double-checked and both versions seem to be the same.
Flutter App Version Details:
Build Configuration:
Troubleshooting Steps Taken:
Verified Gradle version in build.gradle and distribution URL.
Rebuilt the Unity Library with the same Gradle and SDK versions.
Request for Help:
Despite the above steps, the issue persists. Any suggestions on how to resolve this compilation error would be greatly appreciated.
Desired Outcome:
To successfully build the Flutter app and the flutter_unity_widget module without compilation errors.
The text was updated successfully, but these errors were encountered: