Use JDK 1.6 to compile modules under "core"

Outputs of these modules go into kotlin-stdlib and kotlin-reflect, both
of which must be usable on Java 6
This commit is contained in:
Alexander Udalov
2017-03-21 12:14:27 +03:00
parent d80891e823
commit af5fbef4ea
9 changed files with 10 additions and 11 deletions
@@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="javax.inject" level="project" />
<orderEntry type="module" module-name="util.runtime" />