I am trying to make a build with Proguard, but I get:
Warning: my.package.MyClass$innerClass: can't find referenced method...
But... This class doesn't exist anymore. I added the class, made a run (maybe also a clean/build by mistake), then removed the class (and made other changes), made a new run, and now I want to clean/build the current code.
But I can't because the build fails with Proguard trying to find a class that doesn't exist...
I tried to delete the entire .m2, with no success. Any idea what step I should do to make Proguard forget about this obsolete class ?
Thank you !