0
点赞
收藏
分享

微信扫一扫

‘buildSrc‘ cannot be used as a project name as it is a reserved name.

‘buildSrc’ cannot be used as a project name as it is a reserved name.

可以尝试使用以下方法解决:

  1. 打开你的 settings.gradle / settings.gradle.kts 文件

  2. 将 “buildSrc” 从 included modules 移除

  3. 重新编译

举报

相关推荐

0 条评论