How can we remove the automatic merging of imported ideas?
To prevent IDE from automatically merging import statements during import, you can disable the auto-import feature in the IDE settings. The specific steps may vary depending on the IDE, but usually, the relevant option can be found in settings or preferences. Once the auto-import feature is disabled, the IDE will no longer automatically merge import statements, and you will need to manually add the required import statements.