-
Notifications
You must be signed in to change notification settings - Fork 699
Open
Description
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels