I have a multimodule project with a name as "com.example.com" and i want to change it's package name to "com.myweather.in".
I have referred to these questions on stack overflow:
However, all of them deal with Single Module Projects. I was wondering if there was an easier solution for multimodule projects or do i have to replicate the solution for each module.