chore(SDK): add 262 support - #8348
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds support for CLion 2026.2 (version 262) and updates the project's build environment. Key changes include upgrading the Java runtime version to 25, updating the Kotlin toolchain to target JVM 21 and Kotlin 2.2, and introducing a new SDK compatibility layer (sdkcompat/v262) to bridge API changes in the IntelliJ platform. Additionally, references to the older 2025.2 version have been cleaned up, and test code in TestFileSystem.java has been modernized to use ReadAction.compute lambdas. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| @@ -1,5 +1,5 @@ | |||
| build --java_language_version=21 --java_runtime_version=21 | |||
| build --tool_java_language_version=21 --tool_java_runtime_version=21 | |||
| build --java_language_version=21 --java_runtime_version=25 | |||
There was a problem hiding this comment.
though this is not 100% correct because 253 (which is still supported) requires 21 and 25 is not the same as 21
ecc2d7a to
9b9fafb
Compare
# Conflicts: # third_party/kotlin/BUILD
1086bd2 to
f810855
Compare
No description provided.