Hello,
is it currently possible to add a new package to the sourcepath. I'm able to retrieve the current project's sourcepath, like this:
ProjectRootManager.getInstance(project).getRootFiles(ProjectRootType.SOURCE);
, but I can not make any changes to it. Or at least I don't know how.
Joeri