Question
what is enforcing jdk 6 compatibilty in android studio as mentioned in the android sdk developer guide
in android sdk developer guide it has been mentioned as the following
Requirements
Android applications require JDK 6 compatibility. Gradle requires JDK 7 or
higher. While you can use a higher version of the JDK than JDK 6 with Android,
you must set your IDE to enforce JDK 6 compatibility for your generated classes.
please tell whether it is necessary to do this and if yes then how to do this?

