add missing module and build dependencies
This commit is contained in:
committed by
Yan Zhulanow
parent
3c9ec30c20
commit
6371197041
+1
-3
@@ -21,9 +21,7 @@
|
|||||||
<ConfigurationWrapper RunnerId="Debug" />
|
<ConfigurationWrapper RunnerId="Debug" />
|
||||||
<ConfigurationWrapper RunnerId="Run" />
|
<ConfigurationWrapper RunnerId="Run" />
|
||||||
<method>
|
<method>
|
||||||
<option name="BuildArtifacts" enabled="true">
|
<option name="BuildArtifacts" enabled="true" />
|
||||||
<artifact name="KotlinPlugin" />
|
|
||||||
</option>
|
|
||||||
</method>
|
</method>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
@@ -119,6 +119,7 @@
|
|||||||
<include name="descriptor.loader.java/**"/>
|
<include name="descriptor.loader.java/**"/>
|
||||||
<include name="frontend.java/**"/>
|
<include name="frontend.java/**"/>
|
||||||
<include name="serialization.jvm/**"/>
|
<include name="serialization.jvm/**"/>
|
||||||
|
<include name="frontend.android/**"/>
|
||||||
<include name="backend/**"/>
|
<include name="backend/**"/>
|
||||||
<include name="backend-common/**"/>
|
<include name="backend-common/**"/>
|
||||||
<include name="cli/**"/>
|
<include name="cli/**"/>
|
||||||
|
|||||||
@@ -15,5 +15,6 @@
|
|||||||
<orderEntry type="module" module-name="serialization.jvm" />
|
<orderEntry type="module" module-name="serialization.jvm" />
|
||||||
<orderEntry type="module" module-name="backend-common" exported="" />
|
<orderEntry type="module" module-name="backend-common" exported="" />
|
||||||
<orderEntry type="module" module-name="util" />
|
<orderEntry type="module" module-name="util" />
|
||||||
|
<orderEntry type="module" module-name="frontend.android" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
Reference in New Issue
Block a user