We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab85b9d commit 43d6d07Copy full SHA for 43d6d07
1 file changed
buildSrc/src/main/kotlin/Version.kt
@@ -24,6 +24,7 @@ object Version {
24
*/
25
@Suppress("FunctionName")
26
fun Kotlin(intellij: IntelliJVersion): String = when {
27
+ intellij.buildVersion >= 261 -> "2.3.20"
28
intellij.buildVersion >= 251 -> "2.1.10"
29
intellij.buildVersion >= 242 -> "1.9.22"
30
intellij.buildVersion >= 223 -> "1.8.22"
0 commit comments