Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Merge SmartRefreshLayout 打包Module无法合并SmartRefreshLayout #420

Open
popkter opened this issue Feb 21, 2024 · 0 comments
Open

Comments

@popkter
Copy link

popkter commented Feb 21, 2024

Describe the issue
A clear and detailed description of what the issue is.

Build Environment

  • Operating System: MasOS M1 Pro
  • Gradle Plugin Version: 7.3.1
  • Gradle Version: 7.5
  • Fat-aar Version: 1.3.8

我准备自己构建一个依赖库模块。我的模块中包含第三方依赖库 SmartRefreshLayout的引用。如下

dependencies {

    ...
    embed("io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4")

    embed("io.reactivex.rxjava2:rxjava:2.2.21")
    embed("io.reactivex.rxjava2:rxandroid:2.1.1")

    embed("com.scwang.smart:refresh-layout-kernel:2.0.3")
    embed("com.scwang.smart:refresh-header-classics:2.0.3")
    embed("com.scwang.smart:refresh-footer-classics:2.0.3")
    ...
}

当我执行构建后,生成的aar中只有rxjava的jar,并没有另外两个三方依赖库的lib

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant