Plugin [id: 'com.google.devtools.ksp', version: '1.7.20-1.0.8'] was not found in any of the following sources
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.7.20-1.0.8')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
MavenRepo (3 s 807 ms)
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}
按照文档配置项目,报错如下:
所使用的配置文件如下: build.gradle(app)
build.gradle(project)
settings.gradle
对于gradle我不是很熟悉,具体的配置也参考了一些使用YukiHookAPI的其他项目,如 MiFreeFormX,但问题依旧没解决,感谢任何的帮助🙏。