I have my project structure something like this.
|--utils
| |
| |--MyFileReader.java
But I want to change it into this one.
utils
|
|--readers
| |
| |--MyFileReader.java
Can anyone tell me the preffered way to do that with intellij preserving all dependencies and usages?