Working on some scala software in IDEA IntelliJ. (It also features Android if it is essential). Suppose I have two projects:
P1, written in scala, uses sbt as the build
Per my understanding, better (but different) solution would be to publish jar in your local repository (e.g. publishLocal), and depend on it.