Bonjour.

Lorsque j'essaie d'exécuter flutter run --debug, j'ai les erreurs suivantes:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PS C:\Users\useru\Downloads\EDITED\flutter_user> flutter run --debug
Launching lib\main.dart on sdk gphone x86 64 in debug mode...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e: file:///C:/Users/useru/.gradle/caches/transforms-3/9034096e6fcb752282d06b5708b6a81d/transformed/jetified-play-services-measurement-impl-22.2.0-api.jar!/META-INF/java.com.google.android.gms.libs.filecompliance.proto_file_access_api_type_kt_proto_lite.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
e: file:///C:/Users/useru/.gradle/caches/transforms-3/9034096e6fcb752282d06b5708b6a81d/transformed/jetified-play-services-measurement-impl-22.2.0-api.jar!/META-INF/third_party.kotlin.protobuf.src.commonMain.kotlin.com.google.protobuf.kotlin_only_for_use_in_proto_generated_code_its_generator_and_tests.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
e: file:///C:/Users/useru/.gradle/caches/transforms-3/9034096e6fcb752282d06b5708b6a81d/transformed/jetified-play-services-measurement-impl-22.2.0-api.jar!/META-INF/third_party.kotlin.protobuf.src.commonMain.kotlin.com.google.protobuf.kotlin_shared_runtime.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
e: file:///C:/Users/useru/.gradle/caches/transforms-3/991eed31ba967fc7f5d838247d613e6f/transformed/jetified-play-services-measurement-api-22.2.0-api.jar!/META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
 
FAILURE: Build failed with an exception.
 
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details
 
* 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.
 
BUILD FAILED in 1m 54s
Running Gradle task 'assembleDebug'...                            115,8s
 
┌─ Flutter Fix ─────────────────────────────────────────────────────────────────────────────────────────────────┐
│ [!] Your project requires a newer version of the Kotlin Gradle plugin.                                        │
│ Find the latest version on https://kotlinlang.org/docs/releases.html#release-details, then update the         │
│ version number of the plugin with id "org.jetbrains.kotlin.android" in the plugins block of                   │
│ C:\Users\useru\Downloads\\Main-File-Dec-20\EDITED\flutter_user\android\settings.gradle. │
│                                                                                                               │
│ Alternatively (if your project was created before Flutter 3.19), update                                       │
│ C:\Users\useru\Downloads\\Main-File-Dec-20\EDITED\flutter_user\android\build.gradle     │
│ ext.kotlin_version = '<latest-version>'                                                                       │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Error: Gradle task assembleDebug failed with exit code 1
PS C:\Users\useru\Downloads\\Main-File-Dec-20\EDITED\flutter_user>
S'il vous plaît, comment corriger ces erreurs et réussir le lancement de mon Application Flutter ???