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?

Copy link
Member Author

Choose a reason for hiding this comment

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

Decided to postpone until Android Studio is supported

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you mean removing the published plugin?

Do we need to release a new version of it with changes in this PR?

If not, maybe we can keep the code as is? And remove when we decide to remove the published plugin?

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need to release any new version now. However, at the same time we should not completely remove the plugin just yet for a (very unlikely) case we need to have an urgent hotfix for Windows/Linux users of Android Studio.
We will get back to the discussion early next year.

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