如何将库的本地依赖项包含在 aar 中

How to include library's local dependencies to aar

提问人:dephinera 提问时间:5/1/2022 最后编辑:dephinera 更新时间:5/1/2022 访问量:115

问:

我正在构建一个依赖于其他模块的模块。到目前为止,所有模块都在同一项目中使用,但现在我需要将其中一个模块作为独立模块发布。例如,我有模块 、 和 。到目前为止,一直在使用 and with 和 .也是如此。现在,当我构建 for 时,我注意到 .如果我尝试发布它,请尝试生成具有本地依赖项的。我可以生成一个 for ,它包含 和 在其二进制文件中,而不必先发布其他模块并将它们添加到 ?CoreUtilFeatureAppFeatureCoreUtilimplementation project(':core')implementation project(':util')AppaarFeatureaarmaven-publishpomaarFeatureCoreUtilpom

更新:似乎我试图实现的目标并非一帆风顺,显然谷歌跟踪器上存在问题,谷歌正在“积极努力”。与此同时,我必须找到一个解决方法。

android gradle android-gradle-plugin android-library aar

评论


答: 暂无答案