mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Update Compose for Intellij plugin name and description (#1729)
This commit is contained in:
@@ -4,7 +4,7 @@ kotlin.stdlib.default.dependency=false
|
||||
|
||||
deploy.version=0.1-SNAPSHOT
|
||||
|
||||
plugin.name=Compose Intellij Plugin Base
|
||||
plugin.name=Compose for IDE Plugin Development (Experimental)
|
||||
plugin.dependencies=
|
||||
plugin.channels=snapshots
|
||||
plugin.since.build=213
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
<idea-plugin>
|
||||
<id>org.jetbrains.compose.intellij.platform</id>
|
||||
<name>Compose for IDE Base</name>
|
||||
<!--suppress PluginXmlValidity ("plugin" is usually not approved in the IJ marketplace, but it's OK for US) -->
|
||||
<name>Compose for IDE Plugin Development (Experimental)</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<description>
|
||||
<![CDATA[
|
||||
An Intellij platform plugin for developing Intellij plugins with Compose framework
|
||||
The plugin provides a shared base for developing IntelliJ plugins with the
|
||||
<a href="https://www.jetbrains.com/lp/compose/">Compose</a> UI framework.
|
||||
|
||||
The plugin is in the early stages of development. Please use with caution!
|
||||
|
||||
For now, it only provides Compose classes and native libraries for use at runtime,
|
||||
so that multiple IntelliJ plugins can share Compose classes and Skia bindings.
|
||||
]]>
|
||||
</description>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user