| <!-- |
| ~ Copyright (C) 2021 The Android Open Source Project |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| <idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"> |
| <id>com.android.tools.design</id> |
| <name>Android Design Tools</name> |
| <version>1.0</version> |
| <category>Android</category> |
| <vendor>Google</vendor> |
| |
| <description>Provides a suite of design tools for Android Studio</description> |
| <resource-bundle>messages.AndroidDesignerActionsBundle</resource-bundle> |
| |
| <depends>com.intellij.platform.images</depends> |
| <depends>org.jetbrains.android</depends> |
| <depends>org.jetbrains.kotlin</depends> |
| <depends>com.intellij.java</depends> |
| |
| <!-- This is temporary mechanism to mark certain plugins as K2-compatible. See IntelliJ commit cf213fb139 for details. --> |
| <extensions defaultExtensionNs="org.jetbrains.kotlin"> |
| <!--suppress PluginXmlValidity --> |
| <supportsKotlinPluginMode supportsK2="true"/> |
| </extensions> |
| |
| <xi:include href="/META-INF/designer.xml"/> |
| <xi:include href="/META-INF/designer-gradle.xml"/> |
| <xi:include href="/META-INF/naveditor.xml"/> |
| <xi:include href="/META-INF/naveditor-gradle.xml"/> |
| <xi:include href="/META-INF/compose-designer.xml"/> |
| <xi:include href="/META-INF/preview-designer.xml"/> |
| <xi:include href="/META-INF/customview.xml"/> |
| <xi:include href="/META-INF/layoutlib.xml"/> |
| <xi:include href="/META-INF/glance-designer.xml"/> |
| <xi:include href="/META-INF/wear-designer.xml"/> |
| |
| </idea-plugin> |