Description of the issue
Kotlin 2.4.10 was released on 2026-07-14: https://github.com/JetBrains/kotlin/releases/tag/v2.4.10.
There are no compiler api related changes, so it should work with CodeQL 2.26.0, but I still get this error message:
Error message: Kotlin version 2.4.10 is too recent. CodeQL currently supports versions below 2.4.10
https://kotlinlang.org/docs/releases.html: Bug fix releases, like 2.4.10, should be supported by CodeQL. The current max supported version should be < 2.4.20.
2.4.20 contains compiler plugin changes, but 2.4.10 does not.
Description of the issue
Kotlin 2.4.10 was released on 2026-07-14: https://github.com/JetBrains/kotlin/releases/tag/v2.4.10.
There are no compiler api related changes, so it should work with CodeQL
2.26.0, but I still get this error message:Error message:
Kotlin version 2.4.10 is too recent. CodeQL currently supports versions below 2.4.10https://kotlinlang.org/docs/releases.html: Bug fix releases, like 2.4.10, should be supported by CodeQL. The current max supported version should be
< 2.4.20.2.4.20 contains compiler plugin changes, but 2.4.10 does not.