IDEA-275522 [merge-4.3] add kotlin-plugin and layoutlib to "idea with android" runtime classpath

GitOrigin-RevId: df688d6491b4f798987147d36796bdb940a58a6c
This commit is contained in:
Andrei Kuznetsov
2021-08-31 17:36:24 +03:00
committed by intellij-monorepo-bot
parent 7919c1d04b
commit c452390bf6

View File

@@ -8,5 +8,7 @@
<orderEntry type="module" module-name="intellij.android.core" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.idea.community.main" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.android.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.android.layoutlib" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.kotlin.plugin.community.main" scope="RUNTIME" />
</component>
</module>