You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I retrieve this path from the project instance? I tried using project.getRootDirectories()[0]?.getPath(), but it adds a src directory to the path if specified in the include option.
The text was updated successfully, but these errors were encountered:
I can setup a new project like this:
How can I retrieve this path from the
project
instance? I tried usingproject.getRootDirectories()[0]?.getPath()
, but it adds asrc
directory to the path if specified in the include option.The text was updated successfully, but these errors were encountered: