Gradle recently switched their repo from using ./gradlew idea to using native intellij import. In order to do this we need to make sure we work fine with project per source set option and do not perform custom xml manipulation of intellij files but instead use idea-ext plugin if necessary
This issue has been automatically marked as stale because it has not been touched in the last 60 days. Please comment if you'd like to keep it open, otherwise it'll be closed in 7 days time.
Gradle recently switched their repo from using
./gradlew idea
to using native intellij import. In order to do this we need to make sure we work fine with project per source set option and do not perform custom xml manipulation of intellij files but instead use idea-ext plugin if necessary