Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 14, 2025

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlin.plugin.compose (source) 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.plugin.parcelize (source) 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.jvm (source) 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.android (source) 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin:kotlin-reflect (source) 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk7 (source) 2.2.0 -> 2.2.10 age confidence

Release Notes

JetBrains/kotlin (org.jetbrains.kotlin.plugin.compose)

v2.2.10: Kotlin 2.2.10

Changelog

Compiler
  • KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
  • KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
  • KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
  • KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
  • KT-78479 IR lowering failed / Unexpected null argument for composable call
  • KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
  • KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
  • KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
  • KT-76365 K2: Missing ABSTRACT_SUPER_CALL
  • KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)
Compose compiler
  • KT-78479 Ensure that default transform affects functions entered through a call
  • KT-78490 Fix visibility for default wrappers of protected methods
  • b/408492167 Emit parameter names in Compose source information
JavaScript
  • KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
  • KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests
Native
  • KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
  • KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing
Native. Runtime. Memory
  • KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0
Tools. CLI
  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
  • KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
  • KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master
Tools. Compiler Plugins
  • KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
  • KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly
Tools. Gradle
  • KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
Tools. Gradle. JS
  • KT-78504 [2.2.0-RC3] NPM Tasks in 2.2 RCs produce broken/unusable build cache entries
Tools. Gradle. Multiplatform
  • KT-77466 KMP - testFixturesApi and similar configurations do not affect jvmTestFixtures source set
  • KT-68646 Compose extension's metrics/reports dir should use subdirs based on target
Tools. Gradle. Native
  • KT-77977 "Unknown hardware platform: riscv64" on JVM project build
Tools. Incremental Compile
  • KT-78807 Changing ABI fingerprint on non-ABI changes when lambda passed to inlined function
Tools. Kapt
  • KT-77853 K2 KAPT: backend internal error: exception during IR fake override builder
  • KT-79138 K2: KAPT Java Stub Gen: Unresolved reference with @kotlin.Metadata in Java in 2.2.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@simple-services simple-services requested review from a team and msasikanth and removed request for a team May 14, 2025 10:35
@github-actions github-actions bot enabled auto-merge (squash) May 14, 2025 10:35
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 5 times, most recently from f6ad357 to 9887261 Compare May 19, 2025 11:23
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 3 times, most recently from 7e619a7 to a22f987 Compare May 22, 2025 09:39
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 2 times, most recently from ea5ee34 to 5c85bd4 Compare June 3, 2025 10:55
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 5c85bd4 and detected 0 issues on this pull request.

View more on Code Climate.

@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 7 times, most recently from be41936 to abd5411 Compare June 17, 2025 07:28
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 4 times, most recently from 9cd734a to 814585d Compare June 23, 2025 16:35
@renovate renovate bot changed the title Update kotlin monorepo to v2.1.21 Update kotlin monorepo to v2.2.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 2 times, most recently from 1f25a49 to a6e58f7 Compare June 26, 2025 06:39
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch from a6e58f7 to 429568b Compare July 9, 2025 06:49
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch from 87ea3c4 to 3e0b270 Compare August 14, 2025 07:35
@renovate renovate bot changed the title Update kotlin monorepo to v2.2.0 Update kotlin monorepo to v2.2.10 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 3 times, most recently from 369b29f to 9cbc87d Compare August 19, 2025 11:27
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 6 times, most recently from e5fd248 to 9e6ee4d Compare September 2, 2025 12:13
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch 10 times, most recently from b216daf to e84d132 Compare September 3, 2025 09:31
@renovate renovate bot force-pushed the renovate/kotlin-monorepo branch from e84d132 to d1a862d Compare September 3, 2025 09:52
@siddh1004 siddh1004 removed the request for review from msasikanth September 3, 2025 11:16
@renovate
Copy link
Contributor Author

renovate bot commented Sep 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@siddh1004 siddh1004 enabled auto-merge (squash) September 3, 2025 11:19
@siddh1004 siddh1004 merged commit 4c0212c into master Sep 3, 2025
8 of 9 checks passed
@siddh1004 siddh1004 deleted the renovate/kotlin-monorepo branch September 3, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants