Browse Source

Change IDE plugin name

pull/633/head 0.4.0-build187
Alexey Tsvetkov 4 years ago committed by Alexey Tsvetkov
parent
commit
8658e38132
  1. 2
      idea-plugin/build.gradle.kts
  2. 2
      idea-plugin/src/main/resources/META-INF/plugin.xml

2
idea-plugin/build.gradle.kts

@ -17,7 +17,7 @@ repositories {
}
intellij {
pluginName = "Compose for Desktop IDE Support"
pluginName = "Compose Multiplatform IDE Support"
type = properties("platform.type")
version = properties("platform.version")
downloadSources = properties("platform.download.sources").toBoolean()

2
idea-plugin/src/main/resources/META-INF/plugin.xml

@ -1,6 +1,6 @@
<idea-plugin>
<id>org.jetbrains.compose.desktop.ide</id>
<name>Compose for Desktop IDE Support</name>
<name>Compose Multiplatform IDE Support</name>
<vendor>JetBrains</vendor>
<description>
<![CDATA[

Loading…
Cancel
Save