Closed as not planned
Description
As mentioned by @matejthetree in #1889, setting up projects with multiple modules currently requires some heroics. For example, see https://github.com/apptreesoftware/letsvote#intellj-multi-module-setup which has these directions.
IntellJ multi-module setup
It is convenient to have a single project that contains each sub-project as a module.open project settings (cmd+;)
open "Modules" page
remove the exisiting module
click "+" and select letsvote_mobile.iml file
click "+" and select letsvote_web.iml file
click "+" and select letsvote_server.iml file
After Step 3 Intellij will need the Flutter SDK to be set again. Go to Preferences (cmd+,) and re-select your flutter SDK path
We should make this better...