在github上拉取项目的时候莫名其妙的卡在了 kotlin compiler embeddable downLoading 

梯子没用 

在官网下载了相应版本的jar包导入在 乱码文件夹中 ,类似于网络上其他解法 

还是没用 ,依然卡在那里 

解决方案 : 

buildscript{

repositories {
在这行添加 代码:maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}  
google()
mavenCentral()
}

}

allprojects {
repositories {
这个是要添加的:maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
}

添加完之后解决了嗯

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐