Our app contains several modules, which of them have the same package structure: i.E. com.package.app.*
Now I would like to rename a package (and of cause all its subpackages) within only one module without renaming it in another modules. It should be something like com.package.app.* => com.newpackage.app.*
Is there a simple solution for this?
I saw Android Studio Rename Package but the solutions there seem to work for applications with one module.
Thank you in advance