Hi,
I am in the process of updating my gradle based build and I am encountering a peculiar jacoco error : Can't add different class with same name.
The thing is, as far as I know, I am not including different classes with the same name.
However, the build change I am doing adds a new flavor dimension, so I suspect that this is causing a false positive since we merge all the unit tests reports.
Is there a way to inspect where these 2 classes are coming from ? that might make it easier for me to handle this case.
Thanks in advance,
François