Files
openide/intellij.idea.community.main.android.iml
Andrei Kuznetsov 19f61cc106 IDEA-251003: add IDEA with Android run configuration to community
and remove `Android Studio` run configuration. It does not work, and it is not possible to repair it: there is no compatible kotlin plugin for IJ master that pretends to be Android Studio (kotlin plugin for IJ explicitly says that it is `<incompatible-with>com.intellij.modules.androidstudio</incompatible-with>`, latest kotlin plugin for AS explicitly declares `until-build` which is usually one major version before the master version).

GitOrigin-RevId: 8152962e29ea2a78feca66965a40b5f5c2108cb8
2020-09-18 18:55:45 +00:00

12 lines
726 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="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.jps" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.android.plugin" scope="RUNTIME" />
<orderEntry type="library" scope="RUNTIME" name="KotlinPlugin" level="project" />
</component>
</module>