Minor: Fix multi-module test data

This is required since "implements" dependency is now specified
explicitly in the Kotlin facet configuration
This commit is contained in:
Alexey Sedunov
2017-09-29 16:09:50 +03:00
parent ea99a2b537
commit 67798d73a1
201 changed files with 201 additions and 1 deletions
@@ -3,6 +3,7 @@
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" platform="JavaScript " useProjectSettings="false">
<implements>Common</implements>
<compilerSettings/>
<compilerArguments/>
</configuration>
@@ -3,6 +3,7 @@
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" platform="JVM 1.6" useProjectSettings="false">
<implements>Common</implements>
<compilerSettings/>
<compilerArguments/>
</configuration>
@@ -3,6 +3,7 @@
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" platform="JavaScript " useProjectSettings="false">
<implements>Common</implements>
<compilerSettings/>
<compilerArguments/>
</configuration>
@@ -3,6 +3,7 @@
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="2" platform="JVM 1.6" useProjectSettings="false">
<implements>Common</implements>
<compilerSettings/>
<compilerArguments/>
</configuration>