NoSuchMethodError - a headache in a multi-module project.
Lately, I’ve been working with a legacy multi-module project in Android. I aimed to complete all the application initialization in my newly created module. However, the legacy module had an Application class of it’s own with quite a bit of logic. I faced a problem - how do