Can't Compile Classes From An Imported Github Repository
Answered
I just imported a github repository, but now I can't seem to compile any classes. The option for adding any package or class was missing, so I added a new file with a .java extension, but it still couldn't compile.
Please sign in to leave a comment.
Please see https://stackoverflow.com/a/43319356/104891 for the solution.
File | Project Structure, configure the roots here:
Unmark the current root from Sources and mark the subdirectory inside as Sources.
Thank you! It works now.