Franzd87
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Edited How to deal with shared sources in IntelliJ?
AnsweredIn my project, I have three modules. A client module (java client), a server module, and a "shared" module which contains data-transfer-objects which are used on client and server side. Unfortunate...