mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
Add the Kotlin 2.4.0 compiler plugin variant (component registrar, IR compatibility shims, and version-specific utilities), bundle the 2.4.0 compiler dependencies, and update the build wiring, supported version metadata and the too-new diagnostic bound. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
{
|
|
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.4.10.",
|
|
"severity": "error",
|
|
"source": {
|
|
"extractorName": "java",
|
|
"id": "java/extractor-agent/kotlin-version-too-new",
|
|
"name": "Kotlin version too new"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|