airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.85k stars 499 forks source link

Ignore VerifyError Exception when loading potential mockable classes #590

Closed renclav closed 3 years ago

renclav commented 3 years ago

This pr resolves the following issue: https://github.com/airbnb/mavericks/issues/574

I have tested this on my local machine with success. Please note that I was required to perform the following additions to test, while leaving them out of the PR for obvious reasons.

  1. add jcenter() as a repository to resolve an error:
    Could not resolve all files for configuration ':launcher:dokkaHtmlPlugin'.
    > Could not find org.jetbrains.kotlinx:kotlinx-html-jvm:0.7.2.
  2. disable release signing to publish to my local maven with the following added to the project properties: RELEASE_SIGNING_ENABLED=false
elihart commented 2 years ago

i'm pushing 2.5.0 now