New project generation no longer sets IDE module SDKs.
Created by: tonycosentini
Previously, the deprecated project generation would set the JDK for the entire project using:
[intellij]
jdk_name = Android API 23 Platform
jdk_type = AndroidSDK
language_level = JDK_1_7
It seems like the new project generation doesn't respect these values. Is there any rationale behind this - or is it simply not implemented?