Files
openide/intellij.idea.community.main.android.iml
Andrei Kuznetsov c452390bf6 IDEA-275522 [merge-4.3] add kotlin-plugin and layoutlib to "idea with android" runtime classpath
GitOrigin-RevId: df688d6491b4f798987147d36796bdb940a58a6c
2021-09-02 12:53:45 +00:00

14 lines
918 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="RUNTIME" name="studio-grpc" level="project" />
<orderEntry type="library" scope="RUNTIME" name="studio-proto" level="project" />
<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>