add missing module and build dependencies

This commit is contained in:
Mikhail Mutcianko
2014-07-23 18:11:47 +04:00
committed by Yan Zhulanow
parent 3c9ec30c20
commit 6371197041
3 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -21,9 +21,7 @@
<ConfigurationWrapper RunnerId="Debug" />
<ConfigurationWrapper RunnerId="Run" />
<method>
<option name="BuildArtifacts" enabled="true">
<artifact name="KotlinPlugin" />
</option>
<option name="BuildArtifacts" enabled="true" />
</method>
</configuration>
</component>
+1
View File
@@ -119,6 +119,7 @@
<include name="descriptor.loader.java/**"/>
<include name="frontend.java/**"/>
<include name="serialization.jvm/**"/>
<include name="frontend.android/**"/>
<include name="backend/**"/>
<include name="backend-common/**"/>
<include name="cli/**"/>
+2 -1
View File
@@ -15,5 +15,6 @@
<orderEntry type="module" module-name="serialization.jvm" />
<orderEntry type="module" module-name="backend-common" exported="" />
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="frontend.android" />
</component>
</module>
</module>