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:
Nikolay Krasko
2016-03-30 19:51:34 +03:00
parent c0481ca598
commit bbd6417d3c
2 changed files with 1 additions and 1 deletions
@@ -11,7 +11,6 @@
<orderEntry type="module" module-name="plugin-api" exported="" />
<orderEntry type="module" module-name="frontend" 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="backend" scope="PROVIDED" />
<orderEntry type="library" scope="TEST" name="idea-full" level="project" />