Kotlin Facet: Fix reading of v1 configuration
Favor language/api version specified in <versionInfo> element in case it differs from the one in <option name="_commonCompilerArguments"> #KT-16861 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Kotlin2JvmCompilerArguments">
|
||||
<option name="jvmTarget" value="1.6" />
|
||||
</component>
|
||||
<component name="KotlinCompilerWorkspaceSettings">
|
||||
<option name="enableDaemon" value="false" />
|
||||
<option name="preciseIncrementalEnabled" value="false" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
|
||||
</project>
|
||||
Reference in New Issue
Block a user