Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

igfoo
Copy link
Contributor

@igfoo igfoo commented Jan 8, 2025

I had to make the org.jetbrains.kotlin.ir.types.* imports more explicit to avoid importing deprecated methods that clashed with their replacements.

@igfoo igfoo force-pushed the igfoo/kot2.1.20b1 branch from ae7124a to b9b2ee1 Compare January 10, 2025 14:05
@igfoo igfoo changed the title Kotlin: Add support for 2.0.20-Beta1 Kotlin: Add support for 2.1.20-Beta1 Jan 10, 2025
@igfoo igfoo force-pushed the igfoo/kot2.1.20b1 branch from b9b2ee1 to db9347a Compare January 10, 2025 14:44
@igfoo igfoo marked this pull request as ready for review January 10, 2025 14:44
@Copilot Copilot bot review requested due to automatic review settings January 10, 2025 14:44
@igfoo igfoo requested review from a team as code owners January 10, 2025 14:44

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant