.idea/dictionaries/README.md
This guide addresses the issue of managing custom dictionaries within JetBrains IDE -Android Studio. Often, when adding a word to the dictionary within the IDE, it remains user-specific and doesn't propagate across a team. This README explores a workaround for better collaboration regarding custom dictionaries in the IDE.
idea/dictionaries within the project root holds user-specific dictionary files.<component name="ProjectDictionaryState">
<dictionary name="project-dictionary">
<words>
<w>someword</w>
</words>
</dictionary>
</component>
idea/dictionaries.