I am not sure what this error means.
Execution failed for task \':excelSior:packageAllDebugClassesForMultiDex\'. > java.util.zip.ZipException: duplicate
For me something similar happened when I had accidently added
apply plugin: 'kotlin-android'
to my android library module. Removing the line fixes the issue.