You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had issues with running LeakCanary on our build because it detects JUnit on our debug classpath.
We setup all test dependencies properly - so we check where junit is coming from.
As you can see, one of dependencies of Wallet Connect is using junit and leaking it in classpath: com.github.komputing.kethereum
SDK Version
Client: Kotlin
Version 1.31.4
As a workaround for now i just remove junit from WC dependency:
Describe the bug
I had issues with running LeakCanary on our build because it detects JUnit on our debug classpath.
We setup all test dependencies properly - so we check where junit is coming from.
As you can see, one of dependencies of Wallet Connect is using junit and leaking it in classpath:
com.github.komputing.kethereum
SDK Version
1.31.4
As a workaround for now i just remove junit from WC dependency:
The text was updated successfully, but these errors were encountered: