一、前往以下官网:
https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/
做两件事
1. 下载jar包,用你的迅雷、fdm anyway。
2. 记录对应jar包的sha1 ,即直接浏览器打开https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/kotlin-compiler-embeddable-1.8.0.jar.sha1
显示的内容。
二、手动前往你的【用户目录】的.gradle目录
.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.8.0/
然后根据https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/kotlin-compiler-embeddable-1.8.0.jar.sha1的内容,新建文件夹名为 eb9118d4bcceaa2a94b2ae2a33a4ddba7c9a947f 的文件夹
三、在 eb9118d4bcceaa2a94b2ae2a33a4ddba7c9a947f 目录里,放进去你下载的 kotlin-compiler-embeddable-1.8.0.jar即可。
即:
files-2.1的目录组织结构为
${org}/${package}/${version}/${sha1}/${package-version}.jar