Kotlin Facet: Fix argument merging

#KT-16982 Fixed
This commit is contained in:
Alexey Sedunov
2017-03-21 18:12:19 +03:00
parent 7c7e41592a
commit 38f9e99d91
13 changed files with 88 additions and 4 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component>
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" platform="JVM 1.8" useProjectSettings="true" />
</facet>
</component>
</module>