I am building my android project when i got this error after import docx4j library in my project. What should i do to get rid of this exception.
Error
Add this to your file build. gradle
defaultConfig { multiDexEnabled true }