无法引用module下的jar包

Posted jia-huan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法引用module下的jar包相关的知识,希望对你有一定的参考价值。

将module引用jar包的implementation 改为 api 即可

implementation 只能在当前module中引用,而不能在App中引用,所以要改为api即可调用

以上是关于无法引用module下的jar包的主要内容,如果未能解决你的问题,请参考以下文章

无法引用module下的jar包

无法引用module下的jar包

Android Studio 将module打成jar包

maven

spring cloudspring cloud子module的pom文件添加依赖,出现unknown问题maven

maven build时报错,找不到其他module的jar包