Skip to content

Bump the kotlin-ksp group across 1 directory with 4 updates - #5586

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/kotlin-ksp-2cea0fab5a
Open

Bump the kotlin-ksp group across 1 directory with 4 updates#5586
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/kotlin-ksp-2cea0fab5a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the kotlin-ksp group with 4 updates in the / directory: org.jetbrains.kotlin.jvm, org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.plugin.compose and com.google.devtools.ksp.

Updates org.jetbrains.kotlin.jvm from 2.3.21 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.parcelize from 2.3.21 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.compose from 2.3.21 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.parcelize from 2.3.21 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 2.3.9 to 2.3.10

Release notes

Sourced from com.google.devtools.ksp's releases.

2.3.10

What's Changed

  • Fix OOMs caused by unstopped coroutine Dispatcher threads by moving KSP task cache to a gradle build service (#2817)
  • Sanitize ':' in internal-name module suffix so KSP works with Kotlin 2.4.0 default module names (#2964)
  • Filter source file trees in KspAATask to restore NO-SOURCE skipping behaviour (#2947)
  • Fix R-class resolution in KSP when AGP 9 built-in Kotlin is enabled (#2857)
  • Fix KSP2 incremental cache path normalization mismatch (#2854)
  • Normalize line endings for KspAATask source roots to prevent cross-platform remote build cache misses (#2849)
  • Fix bug where KSP incremental compilation does not consider library class references in annotations (#3011)
  • Consume all Kotlin sources in KSP to support other code generators (#3001)
  • Fix configuration cache invalidation in klib cross-compilation check (#3014)
  • Memoized hash code for KSTypeImpl to speed up processing (#2896)
  • Fix incorrect name generation for data classes annotated with @JvmRecord (#2813)
  • Include kotlinx.coroutines in the distributed uber jar symbol-processing-aa-embeddable (#2938)
  • New debugging features for incremental compilation, including additional logging and dependency graph visualization (#3015)
  • Deprecate the ksp(...) Gradle configuration in Kotlin Multiplatform (KMP) projects in favor of target-specific configurations (#2956). Note: Non-KMP projects are also affected. For migration details, see the documentation.

Contributors

Full Changelog: google/ksp@2.3.9...2.3.10

Commits
  • ccf45ce Remove unreachable code
  • e1f7634 Rename tpe to kaType
  • b29f39b Make calcValue's parent parameter non-nullable
  • fcbd0a5 Record references to classes in annotation arguments
  • caea1d4 Add integration test for module names
  • 35a2599 Add logging for dependency graph
  • f28914d Clean up module name tests
  • 04666c1 fix: sanitize ':' in internal-name module suffix so KSP 2.3.9 works with Kotl...
  • abea428 Add negative test for incremental compilation
  • e0c0033 Qualify shadowing name
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.compose from 2.3.21 to 2.4.10

Release notes

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

Kotlin 2.4.10

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

Kotlin 2.4.10-RC2

Changelog

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

... (truncated)

Changelog

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

2.4.10

Backend. Wasm

  • KT-87066 K/Wasm: Not all files are presented in compiler output directory with multimodule-closed-world and incremental compilation

Compiler

  • KT-86939 JVM: IllegalStateException "No value for annotation parameter" when using const val in nested Java annotation array argument
  • KT-83766 K2: Wrong sourcePsi is set for SymbolPsiLiteral in SLC for annotation arguments referencing a const val
  • KT-86728 Reified type inference: expected type not propagated into inline call inside lambda with elvis operator

Compose Compiler

  • b/522127447 Compose Compiler 2.4: classes previously inferred stable now reported runtime/Uncertain

Klibs

  • KT-86501 Native: IrTypeAliasSymbolImpl is already bound. Signature: kotlinx.datetime/Instant|null[0] on iosSimulatorArm64

Tools. CLI

  • KT-86930 Introduce kotlinr in the Kotlin distribution

Tools. Gradle. BCV

  • KT-87223 Gradle, BCV: open version range in kotlinAbiValidationCompatClasspath causes kotlin-build-tools-impl to resolve to 2.4.20-Beta1 instead of 2.4.0

Tools. Gradle. JS

  • KT-87304 jsBrowserTest fails with "exited with errors (exit code: 1)"
  • KT-86057 kotlinUpgradeYarnLock skips lock file regeneration when kotlinNpmInstall is up-to-date, causing kotlinStoreYarnLock to fail

Tools. Gradle. Multiplatform

  • KT-87084 False positive warning for JS and Wasm compilations when CRI is enabled

Tools. Scripts

  • KT-87076 @file:CompilerOptions("-jvm-target", ...) ignored in .main.kts scripts in Kotlin 2.4.0, falling back to JVM target 1.8
  • KT-86352 K2 scripting: FirResolvedTypeRef exception when resolving extension functions from imported scripts

2.4.0

Analysis API

  • KT-83867 OVERLOAD_RESOLUTION_AMBIGUITY false positive with assertEquals in IJ repo
  • KT-83723 [Analysis API] Enable experimental KDoc resolver by default
  • KT-83388 Analysis API: properly support KMP in KotlinPackageProvider

... (truncated)

Commits
  • 5687445 Add Changelog for 2.4.10-RC2
  • ba30392 [Wasm] Support regenerate unchanged modules flag on KGP
  • 6307e73 [Wasm] Implement Xwasm-IC-generate-unchanged-modules flag
  • 39d7aee Add ChangeLog for 2.4.10-RC2
  • a2956be [Gradle] Update karma.conf.js to use 'require(...)' instead plain strings
  • 9b1361c [Gradle] KT-87223: Updated regression test
  • a4c153a [Gradle] KT-87223: Fix toochain to 2.4.0 for abiValidation compat config
  • bc04b90 Add ChangeLog for 2.4.10-RC
  • bbcb94b [CRI] explicitly disable CRI generation for non-JVM targets to avoid false-po...
  • 6c2c458 Scripting: fix jvmTarget processing from script annotations
  • Additional commits viewable in compare view

@dependabot dependabot Bot added [Area] Dependencies Pull requests that update a dependency file [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase. labels Jul 15, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 15, 2026 06:14
@dependabot
dependabot Bot removed the request for review from a team July 15, 2026 06:14
@dependabot dependabot Bot added the [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase. label Jul 15, 2026
@dependabot
dependabot Bot requested a review from sztomek July 15, 2026 06:14
@dependabot dependabot Bot added the [Area] Dependencies Pull requests that update a dependency file label Jul 15, 2026
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
鈿狅笍 PR is not assigned to a milestone.

Generated by 馃毇 Danger

@wpmobilebot

wpmobilebot commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Project dependencies changes

list
! Upgraded Dependencies
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib-common:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.4.10, (changed from 2.3.21)

鈿狅笍 Project dependencies tree is too large. View it in Buildkite artifacts

Build environment changes

list
- Removed Dependencies
org.jetbrains.kotlin:abi-tools-api:2.3.21

! Upgraded Dependencies
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.3.10, (changed from 2.3.9)
com.google.devtools.ksp:symbol-processing-api:2.3.10, (changed from 2.3.9)
com.google.devtools.ksp:symbol-processing-common-deps:2.3.10, (changed from 2.3.9)
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.10, (changed from 2.3.9)
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-build-statistics:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-build-tools-api:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-compiler-runner:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-daemon-client:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-native-utils:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-tooling-core:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-io:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-klib:2.4.10, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.4.10, (changed from 2.3.21)
tree
 +--- com.android.application:com.android.application.gradle.plugin:9.3.0
 |    \--- com.android.tools.build:gradle:9.3.0
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.3.21
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21 (c)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21
-|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.3.21
-|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.3.21
-|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-build-statistics:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.3.21
-|         |    |    \--- com.google.code.gson:gson:2.11.0 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:abi-tools-api:2.3.21
-|         |    \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.3.21
-|         |         +--- org.jetbrains.kotlin:kotlin-daemon-client:2.3.21
-|         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.4.10
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.10 (c)
+|         |    |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.10 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10 (c)
+|         |    |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.10 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.10 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.4.10 (c)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.10 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.10 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.4.10
+|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.4.10
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.4.10
+|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.4.10
+|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.10
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.4.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-build-statistics:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.4.10
+|         |    |    \--- com.google.code.gson:gson:2.11.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.4.10
+|         |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.4.10
+|         |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.4.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.4.10
+|         |         +--- org.jetbrains.kotlin:kotlin-daemon-client:2.4.10
+|         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
 |         +--- com.android.tools.build:gradle-api:9.3.0
-|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 -> 2.4.10 (*)
-|         \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.10-2.0.2 -> 2.3.9 (c)
+|         \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.2.10-2.0.2 -> 2.3.10 (c)
-+--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.10
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10 (*)
-+--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.3.9
-|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.9
-|         +--- com.google.devtools.ksp:symbol-processing-api:2.3.9
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
-|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.3.9
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
++--- com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.3.10
+|    \--- com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.10
+|         +--- com.google.devtools.ksp:symbol-processing-api:2.3.10
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
+|         \--- com.google.devtools.ksp:symbol-processing-common-deps:2.3.10
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
-+--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.4.10
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10 (*)
-+--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.4.10
+|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.10
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10 (*)
 \--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.18.0
      \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.18.0
           \--- org.jetbrains.kotlin:kotlin-bom:2.2.21
-               \--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.21 -> 2.3.21 (c)
+               \--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.21 -> 2.4.10 (c)

@dependabot
dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-2cea0fab5a branch 2 times, most recently from 8a8c339 to 49dd468 Compare July 22, 2026 06:11
@dependabot
dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-2cea0fab5a branch 2 times, most recently from 3c72515 to 9cb6a5d Compare August 3, 2026 13:51
Bumps the kotlin-ksp group with 4 updates in the / directory: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) and [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `org.jetbrains.kotlin.jvm` from 2.3.21 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.21...v2.4.10)

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

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

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

Updates `com.google.devtools.ksp` from 2.3.9 to 2.3.10
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.9...2.3.10)

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

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.parcelize
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-2cea0fab5a branch from 9cb6a5d to c21306a Compare August 5, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Area] Dependencies Pull requests that update a dependency file [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants