mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Change IDE plugin name
This commit is contained in:
committed by
Alexey Tsvetkov
parent
de66648650
commit
8658e38132
@@ -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()
|
||||
|
||||
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user