META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
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
buildscript { ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.4.1' } } allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } subprojects { project.evaluationDependsOn(':app') } tasks.register("clean", Delete) { delete rootProject.buildDir } I tried with kotlin version 1.7.10 and 1.9.22(latest) but this error still come. how to solve this issue.
META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1. [list] [*]What went wrong: Execution failed for task ':app:compileDebugKotlin'. [/list] A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details
buildscript { ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gms:google-services:4.4.1' } } allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } subprojects { project.evaluationDependsOn(':app') } tasks.register("clean", Delete) { delete rootProject.buildDir } I tried with kotlin version 1.7.10 and 1.9.22(latest) but this error still come. how to solve this issue.
META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
What went...
Я хочу использовать архитектурный проект (список TODO), но получить эту ошибку, когда я хочу запустить Project
Проект использует несовместимую версию (AGP 7.3.0-alpha07) плагина Android Gradle. Последняя поддерживаемая версия AGP 7.2.1
Я установил Flutter на своей новой машине (Endeavouros) и попытался запустить новый проект Flutter, я всегда получаю эту ошибку:
> java.nio.file.nosuchfileexception:...
Я установил Flutter на своей новой машине (Endeavouros) и попытался запустить новый проект Flutter, я всегда получаю эту ошибку:
> java.nio.file.nosuchfileexception:...
Я установил Flutter на своей новой машине (Endeavouros) и попытался запустить новый проект Flutter, я всегда получаю эту ошибку:
> java.nio.file.nosuchfileexception:...