Kotlin: Add support for 2.1.20-Beta1#18450
Merged
igfoo merged 3 commits intogithub:mainfrom Jan 20, 2025
Merged
Conversation
ae7124a to
b9b2ee1
Compare
b9b2ee1 to
db9347a
Compare
Contributor
There was a problem hiding this comment.
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
db9347a to
cec503e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had to make the
org.jetbrains.kotlin.ir.types.*imports more explicit to avoid importing deprecated methods that clashed with their replacements.