Skip to content

Commit 2fa6f32

Browse files
Kotlin: document preliminary 2.4.20-RC support
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent eabbe94 commit 2fa6f32

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Java,"Java 7 to 26 [5]_","javac (OpenJDK and Oracle JDK),
2222

2323
Eclipse compiler for Java (ECJ) [6]_",``.java``
24-
Kotlin,"Kotlin 1.8.0 to 2.4.1\ *x*","kotlinc",``.kt``
24+
Kotlin [13]_,"Kotlin 1.8.0 to 2.4.20-RC","kotlinc",``.kt``
2525
JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_"
2626
Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14",Not applicable,``.py``
2727
Ruby,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
@@ -43,3 +43,4 @@
4343
.. [10] Support for the analysis of Swift requires macOS.
4444
.. [11] Embedded Swift is not supported.
4545
.. [12] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
46+
.. [13] Support for Kotlin 2.4.20-RC is preliminary.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Preliminary support for Kotlin 2.4.20-RC has been added.

0 commit comments

Comments
 (0)