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
Similar to what maba said above, but if applicable you probably want to mark main and test as source & test source directories (respectively). That's a common project directory structure where literally marking src (parent of main and test) as source won't work for you.