Within the file .idea/workspace.xml the following can be found:
<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="false" />
</component>
What is the purpose of the dynamic.classpath flag?
Setting it to true happens to be a workaround for an IntelliJ bug. But I'm also curious if it has any side effects.
dynamic.classpath
istrue
. – Grangerize