When I try to import project from github to Intellij Idea, it succesfully getting.
I want to run it and see the output. But when I compile it, I get the error cannot start compilation.
Here is the picture of my error.
As I understand from the error, the output directory is not exist.
I use Project Structure --> Project compiler output to initialize it.
I described it as projectname\out. Also my compiler output is set to Inherit project compile output path.
Then I rebuild my project but it doesn't success.
I just want to run github project in Intellij Idea.