This would be of significant impact. On import, the IDE should only be configuring the build so that it can show you available tasks, recognize the source sets, and set up the appropriate classpath for dependencies. For a standard build, no actual work should be done at this point (there are edge cases where someone might want something specific run on import).
↧