I\'ve cloned my repo from bitbucket and I am trying to open it in IntelliJ IDE, but i can\'t set Debug Configuration, can\'t set Main class in Application menu. I can\'t also ad
Yes, marking src folder as 'Source Root' resolved the issue. Earlier intellij was not detecting java files.
Go to: Right Click --> src --> (Choose option) Mark Directory as --> Source Root.