Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the kotlin-ksp group with 11 updates:

Package From To
org.jetbrains.kotlin:kotlin-reflect 2.2.10 2.2.20
org.jetbrains.kotlin:kotlin-test-junit 2.2.10 2.2.20
org.jetbrains.kotlin.kapt 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.allopen 2.2.10 2.2.20
org.jetbrains.kotlin.android 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.compose 2.2.10 2.2.20
org.jetbrains.kotlin.jvm 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.parcelize 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.serialization 2.2.10 2.2.20
com.google.devtools.ksp:symbol-processing-api 2.2.10-2.0.2 2.2.20-2.0.4
com.google.devtools.ksp 2.2.10-2.0.2 2.2.20-2.0.4

Updates org.jetbrains.kotlin:kotlin-reflect from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.kapt from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin.kapt's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.kapt's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.allopen from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin.plugin.allopen's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.plugin.allopen's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.android from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin.android's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.android's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers ...

    Description has been truncated

@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Oct 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 13, 2025 08:38
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Oct 13, 2025
@dependabot dependabot bot requested review from adalpari and removed request for a team October 13, 2025 08:38
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

Project dependencies changes

list
- Removed Dependencies
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.2.10

! Upgraded Dependencies
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20, (changed from 2.2.10)
tree
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
 +--- project :libs:image-editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.2.10
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
 +--- project :libs:editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
 |    +--- org.wordpress.gutenbergkit:android:v0.9.0
-|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20 (*)
 +--- project :libs:fluxc
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20 (*)
 +--- project :libs:login
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.2.20 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 (*)
 |    \--- com.gravatar:gravatar:2.5.0
-|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.20 (*)
 +--- com.automattic:about:1.5.1
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.2.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.2.20 (*)
 +--- com.gravatar:gravatar-quickeditor:2.5.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.2.20 (*)
 |    \--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
 |         \--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
 |              \--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
 |                   \--- androidx.datastore:datastore-core:1.1.1 -> 1.1.7
 |                        \--- androidx.datastore:datastore-core-android:1.1.7
-|                             \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.2.10 (*)
+|                             \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.2.20 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.10 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.2.20 (*)

Build environment changes

list
! Upgraded Dependencies
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.2.20-2.0.4, (changed from 2.2.10-2.0.2)
com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.4, (changed from 2.2.10-2.0.2)
com.google.devtools.ksp:symbol-processing-common-deps:2.2.20-2.0.4, (changed from 2.2.10-2.0.2)
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.20-2.0.4, (changed from 2.2.10-2.0.2)
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:abi-tools-api:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-allopen:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-build-statistics:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-build-tools-api:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-compiler-runner:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-daemon-client:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-native-utils:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-serialization:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-stdlib:2.2.10, (changed from 2.1.21)
org.jetbrains.kotlin:kotlin-tooling-core:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-util-io:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-util-klib:2.2.20, (changed from 2.2.10)
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.2.20, (changed from 2.2.10)
tree
 +--- com.automattic.android.measure-builds:com.automattic.android.measure-builds.gradle.plugin:3.2.2
 |    \--- com.automattic.android:measure-builds:3.2.2
 |         +--- io.ktor:ktor-client-core:3.1.1
 |         |    \--- io.ktor:ktor-client-core-jvm:3.1.1
 |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.21
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.10
 |         |         +--- io.ktor:ktor-http:3.1.1
 |         |         |    \--- io.ktor:ktor-http-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-utils:3.1.1
 |         |         |         |    \--- io.ktor:ktor-utils-jvm:3.1.1
 |         |         |         |         +--- io.ktor:ktor-io:3.1.1
 |         |         |         |         |    \--- io.ktor:ktor-io-jvm:3.1.1
 |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-io-core:0.6.0
 |         |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-io-core-jvm:0.6.0
 |         |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.6.0
 |         |         |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm:0.6.0
-|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.21 (*)
+|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.10 (*)
-|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.21 (*)
+|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.2.10 (*)
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0
 |         |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.21 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.10 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         +--- io.ktor:ktor-http-cio:3.1.1
 |         |         |    \--- io.ktor:ktor-http-cio-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-network:3.1.1
 |         |         |         |    \--- io.ktor:ktor-network-jvm:3.1.1
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         +--- io.ktor:ktor-events:3.1.1
 |         |         |    \--- io.ktor:ktor-events-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         +--- io.ktor:ktor-websocket-serialization:3.1.1
 |         |         |    \--- io.ktor:ktor-websocket-serialization-jvm:3.1.1
 |         |         |         +--- io.ktor:ktor-serialization:3.1.1
 |         |         |         |    \--- io.ktor:ktor-serialization-jvm:3.1.1
 |         |         |         |         +--- io.ktor:ktor-websockets:3.1.1
 |         |         |         |         |    \--- io.ktor:ktor-websockets-jvm:3.1.1
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         +--- io.ktor:ktor-sse:3.1.1
 |         |         |    \--- io.ktor:ktor-sse-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1
-|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.21 (*)
+|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.10 (*)
 |         +--- io.ktor:ktor-client-cio:3.1.1
 |         |    \--- io.ktor:ktor-client-cio-jvm:3.1.1
 |         |         +--- io.ktor:ktor-network-tls:3.1.1
 |         |         |    \--- io.ktor:ktor-network-tls-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         +--- io.ktor:ktor-client-logging:3.1.1
 |         |    \--- io.ktor:ktor-client-logging-jvm:3.1.1
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         +--- io.ktor:ktor-client-serialization:3.1.1
 |         |    \--- io.ktor:ktor-client-serialization-jvm:3.1.1
 |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.10 (*)
 |         |         +--- io.ktor:ktor-client-json:3.1.1
 |         |         |    \--- io.ktor:ktor-client-json-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         +--- io.ktor:ktor-client-content-negotiation-jvm:3.1.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         +--- io.ktor:ktor-serialization-kotlinx-json:3.1.1
 |         |    \--- io.ktor:ktor-serialization-kotlinx-json-jvm:3.1.1
 |         |         +--- io.ktor:ktor-serialization-kotlinx:3.1.1
 |         |         |    \--- io.ktor:ktor-serialization-kotlinx-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json-io:1.8.0
 |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-io-jvm:1.8.0
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.2.10 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
 +--- org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:0.9.2
 |    \--- org.jetbrains.kotlinx:kover-gradle-plugin:0.9.2
 |         \--- org.jetbrains.kotlinx:kover-features-jvm:0.9.2
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
 +--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.0.4
 |    \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.0.4
 |         +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.10 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.2.20 (c)
 |         +--- com.autonomousapps:graph-support:0.8.3
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
 |         +--- com.autonomousapps:variant-artifacts:0.3.3
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
 |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
 |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (*)
 |         +--- com.squareup.moshi:moshi-kotlin:1.15.2
 |         |    +--- com.squareup.moshi:moshi:1.15.2
 |         |    |    \--- com.squareup.okio:okio:3.7.0 -> 3.15.0
 |         |    |         \--- com.squareup.okio:okio-jvm:3.15.0
-|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
+|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.2.10 (*)
 |         |    \--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.1.20
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
 |         \--- dev.zacsweers.moshix:moshi-sealed-reflect:0.30.0
 |              +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.30.0
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
 |              +--- com.squareup:kotlinpoet:2.1.0
 |              |    \--- com.squareup:kotlinpoet-jvm:2.1.0
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.21 (*)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.2.10 (*)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (*)
 +--- androidx.navigation.safeargs.kotlin:androidx.navigation.safeargs.kotlin.gradle.plugin:2.9.5
 |    \--- androidx.navigation:navigation-safe-args-gradle-plugin:2.9.5
 |         +--- androidx.navigation:navigation-safe-args-generator:2.9.5
 |         |    +--- androidx.annotation:annotation:1.9.1
 |         |    |    \--- androidx.annotation:annotation-jvm:1.9.1
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.21 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.2.10 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.21 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.10 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.2.10 (c)
 +--- com.android.application:com.android.application.gradle.plugin:8.7.3
 |    \--- com.android.tools.build:gradle:8.7.3
 |         +--- androidx.databinding:databinding-compiler-common:8.7.3
 |         |    \--- com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.10 (*)
 |         \--- com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.2.10 (*)
-+--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-allopen:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-allopen:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-serialization:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.10 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.2.10 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.10 (c)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.10
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10 (*)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.10
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.2.10
-|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.2.10
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.2.10
-|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.2.10
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.10
-|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (*)
++--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-allopen:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-allopen:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-serialization:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.20 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.2.20 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.20 (c)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.20
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.20
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.2.20
+|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.2.20
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.2.20
+|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.2.20
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.20
+|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (*)
-+--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.10
-|         |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-build-statistics:2.2.10
-|         |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.2.10
-|         |    \--- com.google.code.gson:gson:2.11.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.2.10
-|         |    +--- org.jetbrains.kotlin:kotlin-util-io:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:abi-tools-api:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.2.10
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.2.10
-|              +--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.10
-|              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
++--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.20
+|         |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-build-statistics:2.2.20
+|         |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.2.20
+|         |    \--- com.google.code.gson:gson:2.11.0 (*)
+|         +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.2.20
+|         |    +--- org.jetbrains.kotlin:kotlin-util-io:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:abi-tools-api:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.2.20
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (*)
+|         \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.2.20
+|              +--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.20
+|              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
-+--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.10 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (*)
++--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.2.20 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (*)
-+--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 (*)
++--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 (*)
-+--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 (*)
++--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 (*)
-+--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-serialization:2.2.10
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.10 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 (*)
++--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-serialization:2.2.20
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.2.20 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.20 (*)
-+--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.2.10-2.0.2
-|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.10-2.0.2
-|         +--- com.google.devtools.ksp:symbol-processing-api:2.2.10-2.0.2
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (*)
-|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.2.10-2.0.2
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (*)
++--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.2.20-2.0.4
+|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.20-2.0.4
+|         +--- com.google.devtools.ksp:symbol-processing-api:2.2.20-2.0.4
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 (*)
+|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.2.20-2.0.4
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 (*)
-+--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.2.10
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 (*)
++--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.2.20
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20 (*)
 \--- androidx.room:androidx.room.gradle.plugin:2.8.2
      \--- androidx.room:room-gradle-plugin:2.8.2
-          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.21 (*)
+          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.2.10 (*)
-          \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.1.21 (c)
+          \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.2.10 (c)

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Oct 13, 2025

🤖 Test Failure Analysis

Your tests failed. Claude has analyzed the failures - check the annotation for details.

@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-ksp-fe0e484658 branch 3 times, most recently from 4b1e1e0 to c2e24ee Compare October 17, 2025 08:04
Bumps the kotlin-ksp group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.kapt](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) | `2.2.10-2.0.2` | `2.2.20-2.0.4` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.2.10-2.0.2` | `2.2.20-2.0.4` |


Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.kapt` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.allopen` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.jvm` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `com.google.devtools.ksp:symbol-processing-api` from 2.2.10-2.0.2 to 2.2.20-2.0.4
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.2.10-2.0.2...2.2.20-2.0.4)

Updates `com.google.devtools.ksp` from 2.2.10-2.0.2 to 2.2.20-2.0.4
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.2.10-2.0.2...2.2.20-2.0.4)

Updates `org.jetbrains.kotlin.kapt` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.allopen` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.jvm` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `com.google.devtools.ksp` from 2.2.10-2.0.2 to 2.2.20-2.0.4
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.2.10-2.0.2...2.2.20-2.0.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.allopen
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-version: 2.2.20-2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.20-2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.allopen
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.20-2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/kotlin-ksp-fe0e484658 branch from c2e24ee to eb2b202 Compare October 20, 2025 08:06
Copy link

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

Labels

bot: dependencies update PRs that update a dependency file, used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants