I pressed Ctrl+Shift+F to search my current root module name and found the name to be in the settings.gradle
file as rootProject.name=...
. I renamed it and synced the project (File -> Sync Project with Gradle Files) and the root module name was updated.