Skip to content

Commit 43d6d07

Browse files
committed
Use Kotlin 2.3.20 for IntelliJ 2026.1+.
1 parent ab85b9d commit 43d6d07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildSrc/src/main/kotlin/Version.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ object Version {
2424
*/
2525
@Suppress("FunctionName")
2626
fun Kotlin(intellij: IntelliJVersion): String = when {
27+
intellij.buildVersion >= 261 -> "2.3.20"
2728
intellij.buildVersion >= 251 -> "2.1.10"
2829
intellij.buildVersion >= 242 -> "1.9.22"
2930
intellij.buildVersion >= 223 -> "1.8.22"

0 commit comments

Comments
 (0)