I keep getting `.idea/misc.xml` file updated by An...
# compose
d
I keep getting
.idea/misc.xml
file updated by Android Studio every time I open a Compose Preview. I've read that I should keep this file under version control but it is very annoying. Anyone managed to handle this situation properly ?
g
What is updated there when you open preview? It's not a requirement to keep it under version control, you just can share some settings using it
d
Sorry @gildor for my late response, I don't know why I didnt see you answered to me ;D
There is a new entry like that
Copy code
<entry key="../../../../layout/compose-model-1614071053266.xml" value="0.49028716216216217" />
in this entry:
Copy code
<option name="filePathToZoomLevelMap">
      <map>
every time i touch a compose preview
I've seen contradictory statements about wether it should be under version control, there's nothing to be shared in it ?
g
There is, you can check it content
Though, I would argue, that it's a compose bug, this config should be stored in misc.xml