diff --git a/plugins/kotlin/base/plugin/src/org/jetbrains/kotlin/idea/base/plugin/K2UnsupportedPluginsNotificationActivity.kt b/plugins/kotlin/base/plugin/src/org/jetbrains/kotlin/idea/base/plugin/K2UnsupportedPluginsNotificationActivity.kt index 9197870c37f6..65c2d577ac16 100644 --- a/plugins/kotlin/base/plugin/src/org/jetbrains/kotlin/idea/base/plugin/K2UnsupportedPluginsNotificationActivity.kt +++ b/plugins/kotlin/base/plugin/src/org/jetbrains/kotlin/idea/base/plugin/K2UnsupportedPluginsNotificationActivity.kt @@ -45,7 +45,7 @@ internal class K2UnsupportedPluginsNotificationActivity : ApplicationActivity { NotificationType.WARNING ) .addAction(NotificationAction.create(KotlinBasePluginBundle.message("action.about.k2.mode.text")) { - BrowserUtil.browse("https://blog.jetbrains.com/idea/2024/08/meet-the-renovated-kotlin-support-k2-mode/") + BrowserUtil.browse("https://kotl.in/k2-mode-blog-post/") }) .addAction(NotificationAction.create(KotlinBasePluginBundle.message("action.show.incompatible.plugins.text")) { PluginManagerConfigurable.showPluginConfigurable(/* project = */ null, incompatiblePlugins.map { it.pluginId }) diff --git a/plugins/kotlin/preferences/resources/messages/KotlinPreferencesBundle.properties b/plugins/kotlin/preferences/resources/messages/KotlinPreferencesBundle.properties index c36d26976699..ce308b4f172a 100644 --- a/plugins/kotlin/preferences/resources/messages/KotlinPreferencesBundle.properties +++ b/plugins/kotlin/preferences/resources/messages/KotlinPreferencesBundle.properties @@ -9,6 +9,6 @@ label.plugin.will.be.switched.after.ide.restart=Kotlin plugin will be switched t label.your.current.plugin=Current Kotlin Mode is {0} link.label.cancel.switching=Cancel switching checkbox.enable.k2.based.kotlin.plugin=Enable K2 mode -text.k2.based.kotlin.plugin=K2 mode brings stability and code analysis improvements. Read more here. +text.k2.based.kotlin.plugin=K2 mode brings stability and code analysis improvements. Read more here. text.k2.based.kotlin.plugin.vmoptions.are.not.writable.0.1.2=You are running a debug instance of {0}.
To switch to {1,choice,1#K1|2#K2} mode, please manually set the VM Option to
{2}{1,choice,1#false|2#true} kotlin.language.configurable=Kotlin