Albert T

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Albert T created a post, Scala/SBT plugin copies dependent project into IntelliJ Cache now, how do I undo this?
Hi,For a while now I've had two projects, where project A is dependent on project B. Their project/build.scala files were set up like the following:Project A:import sbt._ object A extends Build { ...