添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
坚强的碗  ·  Cannot insert the ...·  1 年前    · 
安静的火腿肠  ·  [Solved] Getting ...·  2 年前    · 
细心的手术刀  ·  javascript - React & ...·  3 年前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account 编译不过:Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.41'] was not found in any of the following sources 编译不过:Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.41'] was not found in any of the following sources ckrgithub opened this issue Oct 8, 2019 · 2 comments

Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.41'] was not found in any of the following sources:

  • Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
  • Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.3.41')
    Searched in the following repositories:
    Gradle Central Plugin Repository
  • changed the title Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.41'] was not found in any of the following sources 编译不过:Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.41'] was not found in any of the following sources Oct 8, 2019

    hello!我在今晚也尝试进行了构建,并且遇到了相同的错误。
    这个错误似乎是国内的网络环境引发的,gradle或maven无法下载到需要的文件。
    错误报告显示maven无法从 这里 下载到kotlin-compiler-embeddable-1.3.41.jar,在我的网络下直接用下载工具下载该文件需要40分钟左右。
    总之我在执行以下操作后这个错误消失了:
    1.为maven配置阿里云镜像。
    2.多次重试build,在等待40+min后构建成功了。(这个时间格外漫长,虽然实际上这个文件仅有35265kb……推测应该大部分用在了龟速下完这个文件上。)
    以上,希望能帮到你。