Skip to content

Commit 6ee3194

Browse files
committed
⚙️ Flip org.jetbrains.android to optional
1 parent 1d1064c commit 6ee3194

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!--
2+
~ Copyright 2025 The Chromium Authors. All rights reserved.
3+
~ Use of this source code is governed by a BSD-style license that can be
4+
~ found in the LICENSE file.
5+
-->
6+
7+
<!-- Defines Android-supported IDE-specific contributions and implementations. -->
8+
<idea-plugin>
9+
</idea-plugin>

resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<depends>com.intellij.modules.lang</depends>
2828
<depends>com.intellij.modules.xdebugger</depends>
2929
<depends>org.jetbrains.plugins.yaml</depends>
30-
<depends>org.jetbrains.android</depends>
30+
<depends optional="true" config-file="android-contribs.xml">org.jetbrains.android</depends>
3131
<depends>Dart</depends>
3232
<depends>Git4Idea</depends>
3333

resources/META-INF/plugin_template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<depends>com.intellij.modules.lang</depends>
2626
<depends>com.intellij.modules.xdebugger</depends>
2727
<depends>org.jetbrains.plugins.yaml</depends>
28-
<depends>org.jetbrains.android</depends>
28+
<depends optional="true" config-file="android-contribs.xml">org.jetbrains.android</depends>
2929
<depends>Dart</depends>
3030
<depends>Git4Idea</depends>
3131

0 commit comments

Comments
 (0)