Hey, could you please share your best practices fo...
# gradle
c
Hey, could you please share your best practices for
android.packaging
with me, especially for excluding duplicated files? Thank you.
v
I don't know what you mean exactly and especially I'm not an Android guy. But afair if you get complaints about duplicate class files from AGP, it also contains a link where it describes how to properly resolve the situation.
c
I can resolve it by excluding or picking the first file. I'm just curious about how people are handling resource packaging if they get complaints. If someone has some interesting implementations, I would want to see them.