0

毕业版本

distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

buildSrc/src/build.gradle.kts

plugins{
    `kotlin-dsl`
}

repositories {
    google()
    mavenCentral()
    jcenter() // Warning: this repository is going to shut down soon
}
dependencies {
    implementation(rootProject.extra["androidPlugin"].toString())
    implementation(rootProject.extra["kotlinPlugin"].toString())
}

implementation 没有找到

我克隆 github 线圈项目它可以运行并且可以找到实现

我需要帮助

4

0 回答 0