From bf757ab1cc632d073384d7bb5b0e085bfd797b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 13 Feb 2025 11:24:02 +0100 Subject: [PATCH] using_kotlin.md: note 2.x required for 25.1 --- topics/tutorials/using_kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 3d351f770..b2a46ccde 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -81,7 +81,7 @@ The IntelliJ Platform provides a [type-safe DSL](kotlin_ui_dsl_version_2.md) to IntelliJ IDEA bundles the necessary Kotlin IDE plugin, requiring no further configuration. For detailed instructions, refer to the [Kotlin documentation](https://kotlinlang.org/docs/getting-started.html). -Using Kotlin 2.x is recommended for plugin targeting 2024.3 or later. +Using Kotlin 2.x is recommended for plugins targeting 2024.3 or later and required for 2025.1 or later. ### Kotlin Gradle Plugin