CodeQL can't currently analyze our Android Kotlin: the app is on Kotlin 2.4.0, but the latest released CodeQL CLI (2.25.6, 2026-06-04) still caps at < 2.3.30 and aborts with "Kotlin version 2.4.0 is too recent."
Support is merged upstream (github/codeql#21970) but not yet in a released CLI.
Action when a CLI past 2.25.6 ships it: re-add the java-kotlin matrix entry to .github/workflows/codeql.yml:
{ language: java-kotlin, build-mode: manual, runner: ubuntu-latest }
actions/checkout with lfs: true (the build links the libdovi libmpv AAR)
actions/setup-java (temurin 17) + flutter build apk --debug
The workflow comment already documents this. Verify against the CodeQL CLI changelog: https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md
CodeQL can't currently analyze our Android Kotlin: the app is on Kotlin 2.4.0, but the latest released CodeQL CLI (2.25.6, 2026-06-04) still caps at
< 2.3.30and aborts with "Kotlin version 2.4.0 is too recent."Support is merged upstream (github/codeql#21970) but not yet in a released CLI.
Action when a CLI past 2.25.6 ships it: re-add the
java-kotlinmatrix entry to.github/workflows/codeql.yml:{ language: java-kotlin, build-mode: manual, runner: ubuntu-latest }actions/checkoutwithlfs: true(the build links the libdovi libmpv AAR)actions/setup-java(temurin 17) +flutter build apk --debugThe workflow comment already documents this. Verify against the CodeQL CLI changelog: https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md