For an android app, there is a limitation of method numbers in each dex, which causes the multidex.
In the previous version of Jacoco, it will add some additional method into jars during the instrumentation. These may cause the error of method number limitation in a multidex app.
Has this changed in the new version?