codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Kotlin: Support Kotlin 2.3.0-Beta2

Open andersfugmann opened this issue 1 month ago • 1 comments

This PR add support for Kotlin 2.3.0-Beta2.

To support Kotlin 2.3.0-Beta2, and update of the rules_kotlin bazel package needs to be updated to 2.2.0. Unfortunatly that drops support for Kotlin 1.6.x and 1.7.x.

andersfugmann avatar Dec 04 '25 16:12 andersfugmann

If we're removing support for 1.6 and 1.7, then we should move (into v_1_8_0) or delete all the files in utils/versions/v_1_{6,7}*

igfoo avatar Dec 05 '25 13:12 igfoo

BTW Kotlin 2.3.0 is released, so you can update 2.3.0-Beta2 to 2.3.0

hfhbd avatar Dec 16 '25 15:12 hfhbd