Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
implementation("org.jetbrains.compose:preview-rpc")

intellijPlatform {
@Suppress("DEPRECATION")
intellijIdeaCommunity(libs.versions.idea)
instrumentationTools()
pluginVerifier()

bundledPlugins("com.intellij.java", "org.jetbrains.kotlin", "com.intellij.gradle")
Expand All @@ -34,9 +34,9 @@ dependencies {

intellijPlatform {
pluginConfiguration {
name = "Compose Multiplatform IDE Support"
name = "Compose Multiplatform for Desktop IDE Support"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After a consideration, it is probably not worth the effort releasing the plugin again just to disable the functionality.

Do we not plan to release it? Can we then just remove this folder entirely?

ideaVersion {
sinceBuild = "242.20224"
sinceBuild = "252.26199"
untilBuild = provider { null }
}
}
Expand Down
6 changes: 3 additions & 3 deletions idea-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.23"
ideaPlugin = "2.1.0"
idea = "2024.2.1"
kotlin = "2.1.21"
ideaPlugin = "2.9.0"
idea = "2025.2.2"
changelog = "2.2.0"

[plugins]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package org.jetbrains.compose

import com.intellij.ide.plugins.PluginReplacement

class ComposePluginReplacement : PluginReplacement("com.jetbrains.kmm")

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading