fix compilation: explicitly set Java 8 language level

GitOrigin-RevId: 2807fc4a4fa13899d7b89de5e0422234b2f9c39b
This commit is contained in:
Dmitry Gridin
2020-08-12 12:59:36 +07:00
committed by intellij-monorepo-bot
parent 042cfb2adb
commit b6eeb7cd28
57 changed files with 114 additions and 114 deletions

View File

@@ -14,12 +14,12 @@
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlinc.kotlin-stdlib-jdk8" level="project" />
<orderEntry type="library" name="kotlinc.kotlin-compiler" level="project" />