Is there a way to exclude jar from aar? there are classes.jar and lint.jar in appcompat-1.2.0.aar . I want to exclude lint.jar when I implmentation 'androidx.appcompat:appcompat:1.2.0'
when I place implmentation 'androidx.appcompat:appcompat:1.2.0' to build gradle , my customized Lint rules will donot work. Because there is a lint.jar in appcomat.aar, so I want exclude lint.jar from appcomat.aar.
https://stackoverflow.com/questions/66795065/android-exclude-jar-from-aar-there-are-classes-jar-and-lint-jar-in-appcompat-1 March 25, 2021 at 03:40PM
没有评论:
发表评论