-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin: Add support for 2.1.20-Beta1 #18450
Conversation
ae7124a
to
b9b2ee1
Compare
b9b2ee1
to
db9347a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (19)
- MODULE.bazel: Language not supported
- docs/codeql/reusables/supported-versions-compilers.rst: Language not supported
- java/kotlin-extractor/deps/kotlin-compiler-2.1.20-Beta1.jar: Language not supported
- java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.1.20-Beta1.jar: Language not supported
- java/kotlin-extractor/deps/kotlin-stdlib-2.1.20-Beta1.jar: Language not supported
- java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/ClassNames.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/TypeSubstitution.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_1_5_0/IrBuiltIns.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_1_5_0/VirtualFileBasedSourceElement.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_1_5_0/typeUtils.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_1_6_0/IrBuiltIns.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_0_0-RC1/JavaBinarySourceElement.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_0_0-RC1/VirtualFileBasedSourceElement.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_1_20-Beta1/VirtualFileBasedSourceElement.kt: Language not supported
- java/kotlin-extractor/src/main/kotlin/utils/versions/v_2_1_20-Beta1/typeUtils.kt: Language not supported
- java/kotlin-extractor/versions.bzl: Language not supported
- java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected: Language not supported
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
db9347a
to
cec503e
Compare
I had to make the
org.jetbrains.kotlin.ir.types.*
imports more explicit to avoid importing deprecated methods that clashed with their replacements.