mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 05:51:25 +07:00
This attribute had obsolete a long time ago GitOrigin-RevId: f9a31bef638e4406aabc4348393d5a313c0af558
15 lines
555 B
XML
15 lines
555 B
XML
<idea-plugin package="org.jetbrains.kotlin" xmlns:xi="http://www.w3.org/2001/XInclude" version="2" url="https://kotlinlang.org" allow-bundled-update="true">
|
|
<id>org.jetbrains.kotlin</id>
|
|
<name>Kotlin</name>
|
|
<category>Languages</category>
|
|
<description>Kotlin K1 plugin.xml which should be in a test dependency of K1 tests</description>
|
|
<version>@snapshot@</version>
|
|
<vendor url="https://www.jetbrains.com">JetBrains</vendor>
|
|
|
|
<dependencies>
|
|
<plugin id="com.intellij.java"/>
|
|
</dependencies>
|
|
|
|
<xi:include href="k1.xml"/>
|
|
</idea-plugin>
|