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
When using ProxyBuilder#withSharedClassLoader(), the proxy classes for the same class will be the same even though different interfaces are specified by implementing()
#124
Closed
tmurakami opened this issue
Nov 11, 2018
· 2 comments
I guess the cause of this issue is that ProxyBuilder#getMethodNameForProxyOf() returns the same value.
I wonder if we need to modify DexMaker#generateFileName().
The text was updated successfully, but these errors were encountered: