By default Nimble assumes that the sources are in single /my_project/src
folder.
Is it possible to configure it so that there will be multiple top-level source folders?
/my_project
/lib # source directory 1
/support # source directory 2
/ui # source directory 3
/server # source directory 4