I have a JetBrains Space project and it contains two repositories (lets call them repository A and repository B).
Basically there is a JSON file in A, that I would like to access in B. Is such a thing possible?
In the main method in repository B I need to call: writeFile(String filePath).
How can I build the path for the JSON file in order for it to actually find the file from A?