I am getting a \'Module not specified\' error in my run config. I have no module showing in the drop down yet I can see my module no probs. The issue came about when I refac
I realized following line was missing in settings.gradle file
include ':app'
make sure you include ":app" module