I have 2 modules:
app
library
I want to rename "library" to "XName" (for example)
I used the refactor method (Right click -> Refactor -> Rename) it works.
However, when I rebuild the project the module gets renamed back to "library".
How can I fix this problem?