I am new to IntelliJ and I am Coding using Java7 String switch case style.. if I go to build the project I am getting the following error.. how can I fix this...
java: strings in switch are not supported in -source 1.6 (use -source 7 or higher to enable strings in switch)