How to set up a multi-module project with equal hierarchy modules in IntelliJ? -


i wondering how configure following project layout in intellij:

  1. an android application
  2. a server end feeding data application
  3. bean classes shared between end , android application

initially, wanted create 3 modules on equal hierarchy level. however, not seem possible intellij. can add new modules inside of first module. wonder if way supposed it? or there better way configure project layout intellij? these hierarchies represent folders?

i feel should make (3) library module , add dependencies (1) , (2). since module defined a discrete unit of functionality can compile, run, test , debug independently feel right approach.

this first multi-module project in intellij. explanation appreciated!

when creating new project can use empty project option on first wizard step. when project created, add 3 modules in different folders under project structure settings.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -