adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Duplicate definition of library class [X] #57

Open AliMehrpour opened 7 years ago

AliMehrpour commented 7 years ago

I have two library. I would like to embed library1 into library2. I follow the step to embed the library1 into library2. When I run task assembleRelease of library2, I've got Note: duplicate definition of library class [X] for all classes in library1 and finally build fails.

what should I do to fix this problem?

Thanks