mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
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
12 lines
726 B
XML
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> |