Optimize without obfuscate your debug build

If your Release build has less than 65K method, while your debug build now complaining exceed Dex limit, what to do?
Enable Multidex for your build? That’s one way, but not ‘the way’. Let me share with you a better way.