buildscript { repositories { mavenCentral() // 或者 jcenter(),但jcenter()已经停止服务,建议使用mavenCentral() // 如果你使用的是私有仓库或者特定的镜像仓库,确保仓库地址正确 } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:<版本号>" // 替换<版本号>为具体的Kotli...