For an assignment I had to edit the VM options of a Java project in Intellij. The following line had to be added to the options:
-Djava.compiler=NONE -DXint
However, I have no clue what these options do, so I'm asking it here. I was not able to find anything online about this.