Rename root module

Hi,
How can i rename a root module of a project ?
image

image

Thanks,
Matar

You can rename it in the settings.gradle:

rootProject.name = 'demo'

Then click “Load Gradle Changes” in the popup.

Regards,
Konstantin

1 Like