-
Notifications
You must be signed in to change notification settings - Fork 643
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
Transitive dependency with Runtime scope are included in fat-aar #15
Comments
https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
I think dependency with |
That would make sense when apk is build using that aar. However in this case i.e. fat-aar (aar -> aar) won't it be increasing the artifact size?
|
If you want to
|
Cool thanks, I was able to exclude them. Have you tried plugin when one of modules have resources under
Interestingly, I see my resources in fat-aar with mapping in R.txt. |
Yes, fat-aar support If you still can't solve it, you can send a simple demo to my email. |
@kezong Thanks, had some issues during the build on my end. Have you seen following error?
It happens while doing |
Check the |
Hi,
Firstly, thank you for the plugin.
There seems to be a bug where it is including transitive dependencies in final artifact when I have a custom artifact with pom file.
Reference artifact in build.gradle
pom file (partial) for the artifact
My understanding is any dependency with
runtime
scope should not be included in final artifact?The text was updated successfully, but these errors were encountered: