Franzd87
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Franzd87 commented, -
Franzd87 created a post, AnsweredHow to deal with shared sources in IntelliJ?
In 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...