Merge pull request #13286 from igfoo/igfoo/kotlin-1.9b

Kotlin: Support 1.9.0
This commit is contained in:
Ian Lynagh
2023-06-01 13:02:04 +01:00
committed by GitHub
6 changed files with 38 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
{
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 1.8.30.",
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 1.9.10.",
"severity": "error",
"source": {
"extractorName": "java",

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Kotlin versions up to 1.9.0 are now supported.