-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
JVM target inconsistency #830
Comments
The same as me:
Here is my gradle :
|
@Schefferbird did you find the solution ? |
Same here 🙌 |
Same |
@dllzar @KirbyRedius @mayouf first solved it by changing it locally which works, but it is not a long-term solution. In the end, I switched to just_audio which has more frequent updates. But if you need to keep it for some reason find your hidden folder pub-cache / hosted / pub.dev / assets_audio_player 3.1.1 and find the build.gradle file and make the correction:
|
@Schefferbird thank you, that's really helpful! 😊 |
Flutter Version
My version : 3.19.6
Lib Version
My version : master
Platform (Android / iOS / web) + version
Platform : Android 34
Describe the bug
When upgraded to gradle 8.3 and targetSdk 34 to follow along with the rest of the community I'm getting the following error when running Flutter run:
Execution failed for task ':assets_audio_player_web:compileDebugKotlin'.
It is a bit absurd that this stops my flutter run. Gradle is a mess combined with Java/Kotlin jungle.
Small code to reproduce
The text was updated successfully, but these errors were encountered: