kotlin-compiler-embeddable 下载慢解决方法

1,280 阅读1分钟

kotlin-compiler-embeddable 下载慢解决方法,直接在 Maven 仓库中下载并放入指定文件夹:

  1. 打开仓库:Maven Repository: Search/Browse/Explore (mvnrepository.com)
  2. 搜索  Kotlin Compiler Embeddable,并打开

image.png

image.png

  1. 在 Central 中找到项目所需版本:

image.png

  1. 点击对应版本下载 jar 包:

image.png

  1. 将下载好的 jar 包移动到下列路径:

C:\Users\Administrator\.gradle\caches\modules-2\files-2.1\org.jetbrains.kotlin\kotlin-compiler-embeddable\1.9.23\

  1. 重新 sync 项目,解决问题。