Hi I am getting following error while running my android project :
Error:Execution failed for task \':app:transformClassesWithJarMergingForDebug\'.
> com.
The poi library has dependancy clashes with multidex apk build. To fix these clashes:
Add the following line to module gradle:
// implementation 'org.apache.poi:poi-ooxml:3.17'
implementation files('libs/poishadow-all.jar')
You can also right click the jar and choose add as library which will do this automatically
The jar was built from This Github repository