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