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
in my case, when I added Fragment I git this error.
When I opened THe app build.gradle I saw id("kotlin-android") this plugin in plugins.
build.gradle
id("kotlin-android")
just remove it!