WordPress-Android icon indicating copy to clipboard operation
WordPress-Android copied to clipboard

build(deps): Bump the kotlin-ksp group across 1 directory with 11 updates

Open dependabot[bot] opened this issue 9 months ago • 5 comments

Bumps the kotlin-ksp group with 11 updates in the / directory:

Package From To
org.jetbrains.kotlin:kotlin-reflect 2.0.21 2.1.10
org.jetbrains.kotlin:kotlin-test-junit 2.0.21 2.1.10
org.jetbrains.kotlin.kapt 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.allopen 2.0.21 2.1.10
org.jetbrains.kotlin.android 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.compose 2.0.21 2.1.10
org.jetbrains.kotlin.jvm 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.parcelize 2.0.21 2.1.10
org.jetbrains.kotlin.plugin.serialization 2.0.21 2.1.10
com.google.devtools.ksp:symbol-processing-api 2.0.21-1.0.28 2.1.10-1.0.31
com.google.devtools.ksp 2.0.21-1.0.28 2.1.10-1.0.31

Updates org.jetbrains.kotlin:kotlin-reflect from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.kapt from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.allopen from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.android from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.compose from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

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

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.10

Release notes

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

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compil...

Description has been truncated

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Feb 28 '25 08:02 dependabot[bot]

1 Warning
:warning: PR is not assigned to a milestone.

Generated by :no_entry_sign: Danger

dangermattic avatar Feb 28 '25 08:02 dangermattic

Project dependencies changes

list
! Upgraded Dependencies
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21, (changed from 2.0.21)
tree
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
 +--- project :libs:image-editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.0.21
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.21
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
 +--- project :libs:editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
 |    +--- org.wordpress.gutenbergkit:android:v0.3.0
-|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.0 -> 2.0.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.0 -> 2.1.21 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21 (*)
 +--- project :libs:fluxc
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21 (*)
 +--- project :libs:login
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 (*)
 |    \--- com.gravatar:gravatar:2.5.0
-|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.1.21 (*)
 +--- com.automattic:about:1.5.1
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.0.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.1.21 (*)
 +--- com.gravatar:gravatar-quickeditor:2.5.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.1.21 (*)
 |    \--- 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
 |                        \--- androidx.datastore:datastore-core-android:1.1.1
-|                             \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.0.21 (*)
+|                             \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.1.21 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21 (*)

Build environment changes

list
+ New Dependencies
org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.1.21
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.1.21

- Removed Dependencies
org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.21
org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21

! Upgraded Dependencies
com.google.code.gson:gson:2.11.0, (changed from 2.10.1)
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.21-2.0.1, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-api:2.1.21-2.0.1, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-common-deps:2.1.21-2.0.1, (changed from 2.0.21-1.0.28)
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.21-2.0.1, (changed from 2.0.21-1.0.28)
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-allopen:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-build-statistics:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-build-tools-api:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-compiler-runner:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-daemon-client:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-native-utils:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-serialization:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-stdlib:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-tooling-core:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-util-io:2.1.21, (changed from 2.0.21)
org.jetbrains.kotlin:kotlin-util-klib:2.1.21, (changed from 2.0.21)
tree
 +--- com.automattic.android.measure-builds:com.automattic.android.measure-builds.gradle.plugin:3.2.1
 |    \--- com.automattic.android:measure-builds:3.2.1
 |         +--- 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.10
-|         |         |              +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.0.21 (c)
-|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.0.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20
+|         |         |              +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|         |         |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.0.21 (c)
+|         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.0.21 (c)
 |         |         +--- 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.10 (*)
+|         |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
-|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         |         |         +--- 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.10 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         +--- 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 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         +--- io.ktor:ktor-events:3.1.1
 |         |         |    \--- io.ktor:ktor-events-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         +--- 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 (*)
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         +--- io.ktor:ktor-sse:3.1.1
 |         |         |    \--- io.ktor:ktor-sse-jvm:3.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.10.1
-|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
 |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         +--- 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 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         +--- 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.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
 |         |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         +--- io.ktor:ktor-client-content-negotiation-jvm:3.1.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         +--- 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 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |         |         +--- 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.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 +--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:2.19.0
 |    \--- com.autonomousapps:dependency-analysis-gradle-plugin:2.19.0
 |         +--- org.jetbrains.kotlin:kotlin-bom:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.21 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21 -> 2.1.21 (c)
 |         +--- com.autonomousapps:graph-support:0.6
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*)
 |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*)
 |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*)
 |         +--- com.squareup.moshi:moshi-kotlin:1.15.1
 |         |    +--- com.squareup.moshi:moshi:1.15.1
 |         |    |    \--- com.squareup.okio:okio:3.7.0 -> 3.9.0
 |         |    |         \--- com.squareup.okio:okio-jvm:3.9.0
-|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*)
 |         |    \--- org.jetbrains.kotlin:kotlin-reflect:1.8.21 -> 2.0.21
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*)
 |         \--- dev.zacsweers.moshix:moshi-sealed-reflect:0.25.1
 |              +--- dev.zacsweers.moshix:moshi-sealed-runtime:0.25.1
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*)
 |              +--- com.squareup:kotlinpoet:1.15.1 -> 2.0.0
 |              |    \--- com.squareup:kotlinpoet-jvm:2.0.0
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.1.10 (*)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.1.20 (*)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*)
 +--- androidx.navigation.safeargs.kotlin:androidx.navigation.safeargs.kotlin.gradle.plugin:2.9.0
 |    \--- androidx.navigation:navigation-safe-args-gradle-plugin:2.9.0
 |         +--- androidx.navigation:navigation-safe-args-generator:2.9.0
 |         |    +--- androidx.annotation:annotation:1.9.1
 |         |    |    \--- androidx.annotation:annotation-jvm:1.9.1
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c)
-|         +--- com.google.code.gson:gson:2.9.0 -> 2.10.1
+|         +--- com.google.code.gson:gson:2.9.0 -> 2.11.0
+|         |    \--- com.google.errorprone:error_prone_annotations:2.27.0 -> 2.28.0
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (c)
 +--- com.android.application:com.android.application.gradle.plugin:8.7.3
 |    \--- com.android.tools.build:gradle:8.7.3
 |         +--- com.android.tools:sdk-common:31.7.3
 |         |    +--- com.android.tools.analytics-library:shared:31.7.3
-|         |    |    \--- com.google.code.gson:gson:2.10.1
+|         |    |    \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         |    +--- com.android.tools:sdklib:31.7.3
-|         |    |    \--- com.google.code.gson:gson:2.10.1
+|         |    |    \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
-|         |    \--- com.google.code.gson:gson:2.10.1
+|         |    \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         +--- androidx.databinding:databinding-compiler-common:8.7.3
 |         |    +--- com.android.tools.build.jetifier:jetifier-core:1.0.0-beta10
-|         |    |    +--- com.google.code.gson:gson:2.8.0 -> 2.10.1
+|         |    |    +--- com.google.code.gson:gson:2.8.0 -> 2.11.0 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*)
-|         |    \--- com.google.code.gson:gson:2.10.1
+|         |    \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         +--- com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.7.3
-|         |    +--- com.google.code.gson:gson:2.10.1
+|         |    +--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         |    \--- io.grpc:grpc-core:1.57.0
-|         |         \--- com.google.code.gson:gson:2.10.1
+|         |         \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         +--- com.android.tools.build:bundletool:1.17.1
 |         |    \--- com.google.protobuf:protobuf-java-util:3.22.3
-|         |         \--- com.google.code.gson:gson:2.8.9 -> 2.10.1
+|         |         \--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*)
 |         +--- com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta10
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*)
-|         +--- com.google.code.gson:gson:2.10.1
+|         +--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 |         +--- com.google.crypto.tink:tink:1.7.0
-|         |    \--- com.google.code.gson:gson:2.8.9 -> 2.10.1
+|         |    \--- com.google.code.gson:gson:2.8.9 -> 2.11.0 (*)
 |         \--- com.android.tools.build:builder:8.7.3
 |              \--- com.android.tools.build:manifest-merger:31.7.3
-|                   \--- com.google.code.gson:gson:2.10.1
+|                   \--- com.google.code.gson:gson:2.10.1 -> 2.11.0 (*)
 +--- com.google.gms.google-services:com.google.gms.google-services.gradle.plugin:4.4.3
 |    \--- com.google.gms:google-services:4.4.3
-|         \--- com.google.code.gson:gson:2.8.5 -> 2.10.1
+|         \--- com.google.code.gson:gson:2.8.5 -> 2.11.0 (*)
-+--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-allopen:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-allopen:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-serialization:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21 (c)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.0.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.0.21
-|         |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.0.21
-|         |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|              \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-allopen:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-allopen:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-serialization:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.21 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.1.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.21 (c)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.21
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.21
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.1.21
+|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.1.21
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.1.21
+|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.1.21
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.21
+|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (*)
-+--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.0.21
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.0.21
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.0.21
-|         |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-build-statistics:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.0.21
-|         |    \--- com.google.code.gson:gson:2.8.9 -> 2.10.1
-|         +--- org.jetbrains.kotlin:kotlin-compiler-runner:2.0.21
-|         |    +--- org.jetbrains.kotlin:kotlin-daemon-client:2.0.21
-|         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 -> 1.10.1 (*)
-|         +--- org.jetbrains.kotlin:kotlin-util-klib:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-compiler-embeddable:2.0.21
-|              +--- org.jetbrains.kotlin:kotlin-daemon-embeddable:2.0.21
-|              +--- org.jetbrains.intellij.deps:trove4j:1.0.20200330
-|              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 -> 1.10.1 (*)
++--- org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.21
+|         |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-build-statistics:2.1.21
+|         |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.1.21
+|         |    \--- com.google.code.gson:gson:2.11.0 (*)
+|         +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.1.21
+|         |    +--- org.jetbrains.kotlin:kotlin-util-io:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.1.21
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.1.21
+|              +--- org.jetbrains.kotlin:kotlin-daemon-client:2.1.21
+|              \--- 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.0.21
-|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (*)
-+--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 (*)
-+--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 (*)
-+--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-serialization:2.0.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.0.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.0.21 (*)
++--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-serialization:2.1.21
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.21 (*)
-+--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.21-1.0.28
-|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.21-1.0.28
-|         +--- com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.28
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
-|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.0.21-1.0.28
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.1.10 (*)
++--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.21-2.0.1
+|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.21-2.0.1
+|         +--- com.google.devtools.ksp:symbol-processing-api:2.1.21-2.0.1
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.1.21-2.0.1
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-+--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.0.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21 (*)
++--- org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.1.21
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21 (*)
 \--- androidx.room:androidx.room.gradle.plugin:2.7.2
      \--- androidx.room:room-gradle-plugin:2.7.2
-          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+          +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*)
-          \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (c)
+          \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c)

wpmobilebot avatar Feb 28 '25 08:02 wpmobilebot

WordPress📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress WordPress
FlavorJalapeno
Build TypeDebug
Versionpr21723-0e3563c
Commit0e3563cf3f94f800db073d424be4ee7d762603b8
Direct Downloadwordpress-prototype-build-pr21723-0e3563c.apk
Note: Google Login is not supported on these builds.

wpmobilebot avatar May 28 '25 11:05 wpmobilebot

Jetpack📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack Jetpack
FlavorJalapeno
Build TypeDebug
Versionpr21723-0e3563c
Commit0e3563cf3f94f800db073d424be4ee7d762603b8
Direct Downloadjetpack-prototype-build-pr21723-0e3563c.apk
Note: Google Login is not supported on these builds.

wpmobilebot avatar May 28 '25 11:05 wpmobilebot

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

dependabot[bot] avatar Jul 04 '25 08:07 dependabot[bot]

Closing because of incompatibilities between kotlin update and some libs kotlin version

adalpari avatar Jul 04 '25 09:07 adalpari

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

dependabot[bot] avatar Jul 04 '25 09:07 dependabot[bot]