-
Brian Slesinsky authored
IDEA users sometimes want to create multiple Flutter modules in the same IDEA project. See discussion: https://github.com/flutter/flutter-intellij/issues/1014 In this case, we will actually have pairs of modules, one for Flutter and one for Android. Renaming the android module to make the relationship obvious. But, don't delete the old file yet to avoid breaking existing users. We can do that after the next Flutter plugin release.
922c2d12