Skip to content

Improve multi-Module support #1904

Closed as not planned
Closed as not planned
@pq

Description

@pq

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...

cc @jwren @alexander-doroshko

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions