当我尝试在 Android 设备上运行我的应用程序时,出现上述错误。 但前提是打开我的 Flutter 项目。当我只打开 Android 模块时,我没有收到此错误,并且应用程序运行良好。 app/build.gradle 看起来像
compileSdkVersion 34
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
coreLibraryDesugaringEnabled true
}
kotlinOptions {
jvmTarget = '17'
}
我用
任务“:charset_converter:compileDebugKotlin”执行失败。 检测到任务“compileDebugJavaWithJavac”(17) 和“compileDebugKotlin”(21) 的 JVM 目标兼容性不一致。 考虑使用 JVM 工具链:https://kotl.in/gradle/jvm/toolchain 了解有关 JVM 目标验证的更多信息:https://kotl.in/gradle/jvm/target-validation
错误信息。
不知道该怎么办。
已添加
kotlin.jvm.target.validation.mode=IGNORE
解决了gradle.propertys