1、
classpath "com.android.tools.build:gradle:8.5.1" 的版本 与distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip的对应规则:
Execution failed for task ':app:compileDebugKotlin'. 解决方案
切换 setting --> other setting --> Kotlin Compiler --> kotlin to JVM下的Target JVM version 到对应的版本
保持Kotlin插件版本和 build.gradle(Project)中版本在同一个大版本下
把 setting --> other setting --> Kotlin Compiler 下的 Language version 和 API version 向上回溯一个版本
2、* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (17)
3、mavenCentral() 与 jcenter()
Maven Central 则是由sonatype.org维护的Maven仓库。
jcenter是一个由 bintray.com维护的Maven仓库。
是两个不同毫无瓜葛的仓库,自选自用
作用都是提供Java或者Android library服务
4、A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
清空数据