jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]my flutter version is 3.16.4

ssh199956 opened this issue · comments

History check
My flutter version is 3.16.4.
when i was pulled the code in my androidStuido. i have a matter.
This matter maybe kotlin version is uncompartable.

Describe the bug
Executing tasks: [:app:assembleDebug, :app:assembleDebugUnitTest, :app:assembleDebugAndroidTest] in project /Users/suoshuaihong/StudioProjects/skymusic-app/skymusic_app/android
Task :gradle:compileJava NO-SOURCE Task :gradle:compileGroovy UP-TO-DATE Task :gradle:pluginDescriptors UP-TO-DATE Task :gradle:processResources UP-TO-DATE Task :gradle:classes UP-TO-DATE Task :gradle:jar UP-TO-DATE
FAILURE: Build failed with an exception.
What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':wakelock' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 455ms 4 actionable tasks: 4 up-to-date

And the better_player version maybe need to update.
so i am looking forward to your reply.