gpt4 book ai didi

android - 在 app 模块中使用 buildSrc 模块版本

转载 作者:行者123 更新时间:2023-12-03 05:31:53 24 4
gpt4 key购买 nike

我关注 this tutorial关于如何在我的 Android 应用程序中使用 Kotlin 管理 Gradle 依赖项,现在我想在我的应用程序模块中使用我的 Versions 对象中定义的版本(场景是我有一个开源屏幕,我想显示库版本) .我怎样才能做到这一点?

我尝试将 buildSrc 目录添加到 settings.gradle:

include ':app', ':buildSrc' 

然后在我的 build.gradle 文件中,将其添加到依赖项 block 中:
dependencies {
implementation project(':buildSrc')
}

但是,当我尝试编译和运行时,会抛出以下错误:
Don't know how to compute maven coordinate for artifact 'Gradle API' with component identifier of type 'class org.gradle.internal.component.local.model.OpaqueComponentIdentifier'.

并且网络上没有太多关于此错误的信息。

最佳答案

尝试从您的设置和 build.gradle 中删除 buildSrc 模块。它自动构建并可供该项目中的所有其他模块访问。

关于android - 在 app 模块中使用 buildSrc 模块版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58902504/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com