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
You have to mark your src directory as Source Root.
src
Source Root
Right-click on the src folder and select Sources Root:
Sources Root
Then you'll see that the icons will change:
Check the output path by bringing up the Project Structure view.
Project Structure
Press Ctrl+Alt+Shift+S