Skip to content

Re-add Kotlin to CodeQL once a CLI past 2.25.6 ships Kotlin 2.4.0 support #32

Description

@GCHOfficial

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions