Add plugin-api dependency of android-extension-compiler to plugin classpath
Add it to kotlin-plugin.jar but not to kotlin-android-extensions-plugin.jar because frontend depends on the module plugin-api too.
This commit is contained in:
Generated
+1
@@ -47,6 +47,7 @@
|
|||||||
<element id="module-output" name="idea-repl" />
|
<element id="module-output" name="idea-repl" />
|
||||||
<element id="module-output" name="idea-live-templates" />
|
<element id="module-output" name="idea-live-templates" />
|
||||||
<element id="module-output" name="resolution" />
|
<element id="module-output" name="resolution" />
|
||||||
|
<element id="module-output" name="plugin-api" />
|
||||||
</element>
|
</element>
|
||||||
<element id="library" level="project" name="javax.inject" />
|
<element id="library" level="project" name="javax.inject" />
|
||||||
<element id="directory" name="jps">
|
<element id="directory" name="jps">
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
<orderEntry type="module" module-name="plugin-api" exported="" />
|
<orderEntry type="module" module-name="plugin-api" exported="" />
|
||||||
<orderEntry type="module" module-name="frontend" exported="" />
|
<orderEntry type="module" module-name="frontend" exported="" />
|
||||||
<orderEntry type="module" module-name="frontend.java" exported="" />
|
<orderEntry type="module" module-name="frontend.java" exported="" />
|
||||||
<orderEntry type="module" module-name="cli" />
|
|
||||||
<orderEntry type="module" module-name="util" />
|
<orderEntry type="module" module-name="util" />
|
||||||
<orderEntry type="module" module-name="backend" scope="PROVIDED" />
|
<orderEntry type="module" module-name="backend" scope="PROVIDED" />
|
||||||
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />
|
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />
|
||||||
|
|||||||
Reference in New Issue
Block a user