using_kotlin.md: note 2.x required for 25.1

This commit is contained in:
Yann Cébron 2025-02-13 11:24:02 +01:00
parent 2a70dc8814
commit bf757ab1cc

View File

@ -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. 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). 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 ### Kotlin Gradle Plugin