Closed tmurakami closed 5 years ago
yes. We need to consider the interfaces when we generate the file name for the class in Dexmaker#generateFileName
Do you want to add the test and fix?
I guess the cause of this issue is that ProxyBuilder#getMethodNameForProxyOf()
returns the same value.
I wonder if we need to modify DexMaker#generateFileName()
.
Anyway, I will try sending a PR.