I have a multi-module Android application and when I build the release APK, I get this dex error:
java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/XX/package-info;
I do of course have a package-info
file in all my modules and they all have the same name.
Why does dex even care about package-info
files, and how can I configure it to ignore them?
Note: I do NOT want to enable multi-dex