I\'m using git, and creating lots of git branches for new features on a project I\'m working on. Every once in a while, I\'ll create a new branch off master as usual (let\'s
I use IntelliJ Idea and found next solution:
in the root of the project (in catalog with root build.gradle) create file settings.gradle which consist include ':app'
Than go to IDE and run Gradle - refresh.