配置gradle工程
init.d 目录下新建init.gradle
allprojects {
repositories {
mavenLocal()
maven {
allowInsecureProtocol true
url 'https://maven.aliyun.com/nexus/content/repositories/central/'
}
}
}
报错Plugin [id: 'org.jetbrains.dokka', version: '0.10.1', apply: false] was not found in any of the following sources: