Skip to content

Commit

Permalink
Change IDE plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed May 4, 2021
1 parent de66648 commit 8658e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -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[
Expand Down

0 comments on commit 8658e38

Please sign in to comment.