Could not find org.jetbrains.kot
作者:
程序猿的小生活 | 来源:发表于
2019-12-03 10:41 被阅读0次buildscript {
repositories {
google()
mavenCentral() //注意下这个顺序,jcenter()放到最下面
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral() //注意下这个顺序,放到最下面
jcenter()
}
}
本文标题:Could not find org.jetbrains.kot
本文链接:https://www.haomeiwen.com/subject/zlqcgctx.html
网友评论