Skip to content

Bump the kotlin-ksp group across 1 directory with 7 updates#16244

Open
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/gradle/kotlin-ksp-7c4524536c
Open

Bump the kotlin-ksp group across 1 directory with 7 updates#16244
dependabot[bot] wants to merge 1 commit into
trunkfrom
dependabot/gradle/kotlin-ksp-7c4524536c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
org.jetbrains.kotlin:kotlin-test-junit 2.3.21 2.4.0
org.jetbrains.kotlin.android 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.compose 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.parcelize 2.3.21 2.4.0
org.jetbrains.kotlin.kapt 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.serialization 2.3.21 2.4.0
com.google.devtools.ksp 2.3.9 2.3.10

Updates org.jetbrains.kotlin:kotlin-test-junit from 2.3.21 to 2.4.0

Release notes

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

Kotlin 2.4.0

Changelog

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

... (truncated)

Changelog

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

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

Analysis API. PSI

... (truncated)

Commits
  • add726c Add ChangeLog for 2.4.0-RC2
  • 69a4a81 [Wasm] Add binaryen per-file arguments
  • 8907c63 [KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...
  • f9bef12 [KGP] Add failing test for duplicate compiler warning output via Problems API
  • 7fe49c2 KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs
  • 13d25e2 KT-86268: Regression test added
  • f7d1a76 [JKlib] Fix JAR deserializer configuration.
  • 5cec663 [JKlib] Wire up JvmBuiltInClassDescriptorFactory
  • ef14611 Make the default stability of non-final classes Unknown instead of Stable
  • d76473a [Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failures
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.android from 2.3.21 to 2.4.0

Release notes

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

Kotlin 2.4.0

Changelog

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

... (truncated)

Changelog

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

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

Analysis API. PSI

... (truncated)

Commits
  • add726c Add ChangeLog for 2.4.0-RC2
  • 69a4a81 [Wasm] Add binaryen per-file arguments
  • 8907c63 [KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...
  • f9bef12 [KGP] Add failing test for duplicate compiler warning output via Problems API
  • 7fe49c2 KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs
  • 13d25e2 KT-86268: Regression test added
  • f7d1a76 [JKlib] Fix JAR deserializer configuration.
  • 5cec663 [JKlib] Wire up JvmBuiltInClassDescriptorFactory
  • ef14611 Make the default stability of non-final classes Unknown instead of Stable
  • d76473a [Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failures
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.4.0

Changelog

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

... (truncated)

Changelog

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

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

Analysis API. PSI

... (truncated)

Commits
  • add726c Add ChangeLog for 2.4.0-RC2
  • 69a4a81 [Wasm] Add binaryen per-file arguments
  • 8907c63 [KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...
  • f9bef12 [KGP] Add failing test for duplicate compiler warning output via Problems API
  • 7fe49c2 KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs
  • 13d25e2 KT-86268: Regression test added
  • f7d1a76 [JKlib] Fix JAR deserializer configuration.
  • 5cec663 [JKlib] Wire up JvmBuiltInClassDescriptorFactory
  • ef14611 Make the default stability of non-final classes Unknown instead of Stable
  • d76473a [Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failures
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.4.0

Changelog

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

... (truncated)

Changelog

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

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

Analysis API. PSI

... (truncated)

Commits
  • add726c Add ChangeLog for 2.4.0-RC2
  • 69a4a81 [Wasm] Add binaryen per-file arguments
  • 8907c63 [KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...
  • f9bef12 [KGP] Add failing test for duplicate compiler warning output via Problems API
  • 7fe49c2 KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs
  • 13d25e2 KT-86268: Regression test added
  • f7d1a76 [JKlib] Fix JAR deserializer configuration.
  • 5cec663 [JKlib] Wire up JvmBuiltInClassDescriptorFactory
  • ef14611 Make the default stability of non-final classes Unknown instead of Stable
  • d76473a [Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failures
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.kapt from 2.3.21 to 2.4.0

Release notes

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

Kotlin 2.4.0

Changelog

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

... (truncated)

Changelog

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

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
  • KT-65683 Analysis API: Dangling file session creation causes a computeIfAbsent contract violation

Analysis API. Code Compilation

  • KT-78946 Evaluation of variable with local class in type parameter leads to InventNamesForLocalClasses exception

Analysis API. FIR

  • KT-68260 K2 AA: InvalidFirElementTypeException “For CALLABLE_REFERENCE_EXPRESSION with text ::lam1, unexpected element of type: no element found” with illegal callable reference call
  • KT-70896 AA: False positive deprecation warning with override of built-in method in JDK mapped class
  • KT-84711 K2 IDE sometimes loses FIR plugin-generated declarations after file changes
  • KT-84625 Analysis API: collectDesignationPath fails for nested classes inside plugin-generated top-level classes
  • KT-84596 Improve K2 Jooq completion performance
  • KT-84525 KaValueParameterSymbol#getHasSynthesizedName returns false for FirDeclarationOrigin.SubstitutionOverride.DeclarationSite
  • KT-83546 Kotlin analysis reach ClsCustomNavigationPolicy
  • KT-84259 Move CommonDefaultImportsProvider to the frontend independent module
  • KT-82945 Analysis API: KotlinIllegalArgumentExceptionWithAttachments: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy

Analysis API. Infrastructure

Fixes

  • KT-83905 Analysis API: Improve UX with test data
  • KT-84913 Extract compiler classes used by the PSI & Analysis API to a separate module
  • KT-64986 Analysis API: Implement Analysis API tests for different KMP Platforms
  • KT-84776 The test data manager misses the redundancy check in the update mode
  • KT-84962 The test data manager misses -ea flag
  • KT-84388 Preserve the EOF status in the test data manager to avoid extra changes
  • KT-84362 Analysis API tests produce many warnings due to "not yet loaded registry"
  • KT-84279 Test Data Manager fails on a clean build
  • KT-83913 Exclude compiler-based Analysis API tests from Git tracking
  • KT-80379 Extract per-module test generators for AA tests
  • KT-84120 Move CLI modules out of kotlin-compiler-fe10-for-ide
  • KT-83200 Track external dependencies of the Analysis API modules

Analysis API. Light Classes

  • KT-82434 Light classes should prefer enum entries to properties
  • KT-84200 SLC: return type is not boxed for delegated methods with generic original method
  • KT-72451 "CCE: class PsiPrimitiveType cannot be cast to class PsiClassType" with same-named enum class and typealias

Analysis API. PSI

... (truncated)

Commits
  • add726c Add ChangeLog for 2.4.0-RC2

@dependabot dependabot Bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Jul 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 10, 2026 18:35
@dependabot dependabot Bot requested review from hichamboushaba and removed request for a team July 10, 2026 18:35
@dependabot dependabot Bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Jul 10, 2026
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Error
🚫 PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot

wpmobilebot commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Project dependencies changes

list
! Upgraded Dependencies
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-stdlib-common:2.4.0, (changed from 2.3.21)
tree
 +--- androidx.databinding:viewbinding:8.13.2
 |    \--- androidx.annotation:annotation:1.0.0 -> 1.10.0
 |         \--- androidx.annotation:annotation-jvm:1.10.0
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21
-|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.24 (c)
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.24 (c)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.3.21 (c)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0
+|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.24 (c)
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.24 (c)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.4.0 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 +--- com.google.firebase:firebase-messaging -> 25.0.1
 |    +--- com.google.firebase:firebase-common:22.0.1
 |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 -> 1.11.0
 |    |    |    +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.2.0
 |    |    |    |    \--- com.google.android.gms:play-services-basement:18.4.0 -> 18.9.0
 |    |    |    |         +--- androidx.collection:collection:1.0.0 -> 1.5.0
 |    |    |    |         |    \--- androidx.collection:collection-jvm:1.5.0
-|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (c)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (c)
 |    |    |    |         +--- androidx.core:core:1.2.0 -> 1.18.0
 |    |    |    |         |    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.0
-|    |    |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |    |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |    |    |    |         |    +--- androidx.core:core-viewtree:1.0.0
-|    |    |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (c)
+|    |    |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (c)
 |    |    |    |         |    +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.10.0
 |    |    |    |         |    |    \--- androidx.lifecycle:lifecycle-common-jvm:2.10.0
-|    |    |    |         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    |         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |    |         |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.10.0
 |    |    |    |         |    |    \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
-|    |    |    |         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    |         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |    |         |    |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0
-|    |    |    |         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |    |    |         |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
-|    |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |    |    |    |         \--- androidx.fragment:fragment:1.1.0 -> 1.8.9
 |    |    |    |              +--- androidx.activity:activity:1.8.1 -> 1.13.0
 |    |    |    |              |    +--- androidx.core:core-ktx:1.18.0
-|    |    |    |              |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |    |              |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |    |    |    |              |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.10.0
 |    |    |    |              |    |    \--- androidx.lifecycle:lifecycle-viewmodel-android:2.10.0
-|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |    |              |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.10.0
 |    |    |    |              |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.10.0
 |    |    |    |              |    |         +--- androidx.lifecycle:lifecycle-livedata-core:2.10.0
-|    |    |    |              |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    |              |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |    |              |    |         +--- androidx.savedstate:savedstate:1.4.0
 |    |    |    |              |    |         |    \--- androidx.savedstate:savedstate-android:1.4.0
-|    |    |    |              |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |              |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
 |    |    |    |              |    |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3 -> 1.11.0
 |    |    |    |              |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0
-|    |    |    |              |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
+|    |    |    |              |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.4.0 (*)
-|    |    |    |              |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |    |    |              |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |    |              |    +--- androidx.navigationevent:navigationevent:1.0.0
 |    |    |    |              |    |    \--- androidx.navigationevent:navigationevent-android:1.0.0
 |    |    |    |              |    |         +--- androidx.compose.runtime:runtime-annotation:1.9.0 -> 1.9.5
 |    |    |    |              |    |         |    \--- androidx.compose.runtime:runtime-annotation-android:1.9.5
-|    |    |    |              |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |              |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    |    |              |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |    |    |              |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    |    |    |              |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    |    |              |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |    |    |              |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    |    |    |              |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |    |              |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
-|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
 |    |    +--- androidx.datastore:datastore-preferences:1.1.7 -> 1.2.1
 |    |    |    \--- androidx.datastore:datastore-preferences-android:1.2.1
 |    |    |         +--- androidx.datastore:datastore:1.2.1
 |    |    |         |    \--- androidx.datastore:datastore-android:1.2.1
 |    |    |         |         +--- androidx.datastore:datastore-core:1.2.1
 |    |    |         |         |    \--- androidx.datastore:datastore-core-android:1.2.1
-|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |         |         +--- androidx.datastore:datastore-core-okio:1.2.1
 |    |    |         |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.2.1
 |    |    |         |         |         +--- com.squareup.okio:okio:3.9.1 -> 3.16.4
 |    |    |         |         |         |    \--- com.squareup.okio:okio-jvm:3.16.4
-|    |    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
-|    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |         |         |         \--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 -> 1.11.0
 |    |    |         |         |              \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.11.0
-|    |    |         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.3.21 (*)
+|    |    |         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.20 -> 2.4.0 (*)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    |    |         +--- androidx.datastore:datastore-preferences-core:1.2.1
 |    |    |         |    \--- androidx.datastore:datastore-preferences-core-android:1.2.1
 |    |    |         |         +--- androidx.datastore:datastore-preferences-proto:1.2.1
-|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    +--- com.google.firebase:firebase-datatransport:18.2.0
 |    |    \--- com.google.android.datatransport:transport-backend-cct:3.1.9
 |    |         \--- com.google.firebase:firebase-encoders-json:18.0.0 -> 18.0.1
 |    |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.24
-|    |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (*)
+|    |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (*)
 |    |                   \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.24
-|    |                        \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (*)
+|    |                        \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (*)
 |    +--- com.google.firebase:firebase-installations:18.0.0 -> 19.0.1
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.google.firebase:firebase-config -> 23.0.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.google.firebase:firebase-analytics -> 23.0.0
 |    +--- com.google.android.gms:play-services-measurement:23.0.0
 |    |    \--- com.google.android.gms:play-services-measurement-impl:23.0.0
 |    |         +--- androidx.privacysandbox.ads:ads-adservices:1.1.0-beta11
-|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 |    |         \--- androidx.privacysandbox.ads:ads-adservices-java:1.1.0-beta11
-|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 |    \--- com.google.android.gms:play-services-measurement-api:23.0.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.google.android.gms:play-services-auth:21.6.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
 +--- androidx.constraintlayout:constraintlayout:2.2.1
 |    \--- androidx.appcompat:appcompat:1.2.0 -> 1.7.1
 |         +--- androidx.emoji2:emoji2:1.3.0 -> 1.4.0
 |         |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.10.0
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 +--- androidx.recyclerview:recyclerview:1.4.0
 |    \--- androidx.customview:customview-poolingcontainer:1.0.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.3.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.4.0 (*)
 +--- com.google.android.material:material:1.14.0
 |    +--- org.jetbrains.kotlin:kotlin-bom:1.8.22
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (c)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (c)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (c)
 |    +--- androidx.transition:transition:1.5.0 -> 1.7.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    \--- androidx.graphics:graphics-shapes:1.0.1
 |         \--- androidx.graphics:graphics-shapes-android:1.0.1
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 +--- androidx.compose.material3:material3:1.4.0
 |    \--- androidx.compose.material3:material3-android:1.4.0
 |         +--- androidx.activity:activity-compose:1.8.2 -> 1.13.0
 |         |    +--- androidx.compose.runtime:runtime:1.7.0 -> 1.9.5
 |         |    |    \--- androidx.compose.runtime:runtime-android:1.9.5
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.3.21
-|         |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.4.0
+|         |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -> 2.3.21 (c)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -> 2.4.0 (c)
 |         |    +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.9.5
 |         |    |    \--- androidx.compose.runtime:runtime-saveable-android:1.9.5
 |         |    |         +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
 |         |    |         |    \--- androidx.lifecycle:lifecycle-runtime-compose-android:2.10.0
 |         |    |         |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.10.0
 |         |    |         |         |    \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.10.0
-|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         |    +--- androidx.compose.ui:ui:1.0.1 -> 1.9.5
 |         |    |    \--- androidx.compose.ui:ui-android:1.9.5
 |         |    |         +--- androidx.activity:activity-ktx:1.7.0 -> 1.13.0
 |         |    |         |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.10.0
-|         |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |         |    |         |    +--- androidx.savedstate:savedstate-ktx:1.2.1 -> 1.4.0
-|         |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         |    |         +--- androidx.compose.ui:ui-geometry:1.9.5
 |         |    |         |    \--- androidx.compose.ui:ui-geometry-android:1.9.5
 |         |    |         |         +--- androidx.compose.ui:ui-util:1.9.5
 |         |    |         |         |    \--- androidx.compose.ui:ui-util-android:1.9.5
-|         |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         |    |         +--- androidx.compose.ui:ui-graphics:1.9.5
 |         |    |         |    \--- androidx.compose.ui:ui-graphics-android:1.9.5
 |         |    |         |         +--- androidx.compose.ui:ui-unit:1.9.5
 |         |    |         |         |    \--- androidx.compose.ui:ui-unit-android:1.9.5
-|         |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         |    |         |         +--- androidx.graphics:graphics-path:1.0.1
-|         |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|         |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
-|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         |    |         +--- androidx.compose.ui:ui-text:1.9.5
 |         |    |         |    \--- androidx.compose.ui:ui-text-android:1.9.5
-|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         |    +--- androidx.navigationevent:navigationevent-compose:1.0.0
 |         |    |    \--- androidx.navigationevent:navigationevent-compose-android:1.0.0
-|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         +--- androidx.compose.animation:animation-core:1.8.1 -> 1.9.5
 |         |    \--- androidx.compose.animation:animation-core-android:1.9.5
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         +--- androidx.compose.foundation:foundation:1.8.1 -> 1.9.5
 |         |    \--- androidx.compose.foundation:foundation-android:1.9.5
 |         |         +--- androidx.compose.animation:animation:1.9.5
 |         |         |    \--- androidx.compose.animation:animation-android:1.9.5
 |         |         |         +--- androidx.compose.foundation:foundation-layout:1.9.5
 |         |         |         |    \--- androidx.compose.foundation:foundation-layout-android:1.9.5
-|         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         +--- androidx.compose.material:material-ripple:1.8.1 -> 1.9.5
 |         |    \--- androidx.compose.material:material-ripple-android:1.9.5
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- androidx.browser:browser:1.10.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 +--- androidx.preference:preference:1.2.1
 |    +--- androidx.fragment:fragment-ktx:1.3.6 -> 1.8.9
 |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.10.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 |    \--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
 |         \--- androidx.window:window:1.0.0
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.3.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.4.0 (*)
 +--- androidx.navigation:navigation-common:2.9.5
 |    \--- androidx.navigation:navigation-common-android:2.9.5
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- androidx.navigation:navigation-fragment:2.9.5
 |    +--- androidx.navigation:navigation-runtime:2.9.5
 |    |    \--- androidx.navigation:navigation-runtime-android:2.9.5
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- androidx.work:work-runtime-ktx:2.11.2
 |    \--- androidx.work:work-runtime:2.11.2
 |         +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.4.0 (*)
 |         +--- androidx.lifecycle:lifecycle-livedata:2.6.2 -> 2.10.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |         +--- androidx.lifecycle:lifecycle-service:2.6.2 -> 2.10.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |         +--- androidx.room:room-runtime:2.7.0 -> 2.8.4
 |         |    \--- androidx.room:room-runtime-android:2.8.4
 |         |         +--- androidx.room:room-common:2.8.4
 |         |         |    \--- androidx.room:room-common-jvm:2.8.4
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
 |         |         +--- androidx.sqlite:sqlite:2.6.2
 |         |         |    \--- androidx.sqlite:sqlite-android:2.6.2
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
 |         |         +--- androidx.sqlite:sqlite-framework:2.6.2
 |         |         |    \--- androidx.sqlite:sqlite-framework-android:2.6.2
-|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
 |         +--- androidx.tracing:tracing-ktx:1.2.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
 +--- androidx.core:core-splashscreen:1.2.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- org.wordpress:utils:3.15.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (*)
 +--- com.automattic:encryptedlogging:1.1.2
 |    +--- androidx.room:room-ktx:2.7.2 -> 2.8.4
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (c)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
 +--- com.automattic:eventhorizon:woocommerce-2026-05-22_09-49-18
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.3.21
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.4.0
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.automattic.tracks:experimentation:6.0.8
 |    +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.3.2
 |    |    \--- com.squareup.okhttp3:okhttp-android:5.3.2
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.automattic:Automattic-Tracks-Android:6.0.8
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- com.automattic.tracks:crashlogging:6.0.8
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 +--- project :libs:fluxc
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.squareup.okhttp3:okhttp-urlconnection:5.3.2
 |    |    +--- com.squareup.okhttp3:okhttp-java-net-cookiejar:5.3.2
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.4.0 (*)
 |    +--- com.squareup.okhttp3:okhttp-tls:5.3.2
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.21 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 +--- project :libs:fluxc-plugin
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 +--- project :libs:login
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.gravatar:gravatar:2.5.1
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    +--- com.github.bumptech.glide:glide:5.0.9
 |    |    +--- com.github.bumptech.glide:gifdecoder:5.0.9
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.4.0 (*)
 |    |    +--- com.github.bumptech.glide:disklrucache:5.0.9
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.4.0 (*)
 |    +--- androidx.credentials:credentials:1.5.0
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (c)
 |    \--- androidx.credentials:credentials-play-services-auth:1.5.0
 |         +--- com.google.android.gms:play-services-auth-blockstore:16.4.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.4.0 (*)
 |         +--- com.google.android.gms:play-services-identity-credentials:16.0.0-alpha02
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.0 -> 2.4.0 (*)
 |         +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.4.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (c)
 +--- project :libs:pos
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    \--- project :libs:commons
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |         +--- com.google.dagger:hilt-android:2.58
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
 |         +--- androidx.compose.ui:ui-tooling-preview -> 1.9.5
 |         |    \--- androidx.compose.ui:ui-tooling-preview-android:1.9.5
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.3.21 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common -> 2.4.0 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -> 2.3.21 (c)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21 -> 2.4.0 (c)
-|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21 (*)
+|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 +--- project :libs:store-design-system
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 +--- project :libs:ai-assistant:feature
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- project :libs:ai-assistant:core
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    \--- androidx.hilt:hilt-lifecycle-viewmodel-compose:1.3.0
 |         +--- androidx.hilt:hilt-lifecycle-viewmodel:1.3.0
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.9.1 -> 2.10.0
 |         |    \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.10.0
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- org.wordpress:aztec:v2.1.7
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (*)
 +--- org.wordpress.aztec:glide-loader:v2.1.7
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.4.0 (*)
 +--- project :libs:cardreader
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.stripe:stripeterminal-core:5.6.0
 |    |    +--- com.stripe:stripeterminal-external:5.6.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
 |    |    \--- com.stripe:stripeterminal-internal-common:5.6.0
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
 |    |         +--- org.jetbrains.kotlin:kotlin-reflect:1.9.25
-|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
 |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.8.1 -> 1.11.0
 |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.11.0
-|    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
-|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
 |    |         +--- io.ktor:ktor-client-content-negotiation:2.3.13
 |    |         |    \--- io.ktor:ktor-client-content-negotiation-jvm:2.3.13
 |    |         |         +--- io.ktor:ktor-client-core:2.3.13
 |    |         |         |    \--- io.ktor:ktor-client-core-jvm:2.3.13
 |    |         |         |         +--- io.ktor:ktor-http:2.3.13
 |    |         |         |         |    \--- io.ktor:ktor-http-jvm:2.3.13
 |    |         |         |         |         +--- io.ktor:ktor-utils:2.3.13
 |    |         |         |         |         |    \--- io.ktor:ktor-utils-jvm:2.3.13
 |    |         |         |         |         |         +--- io.ktor:ktor-io:2.3.13
 |    |         |         |         |         |         |    \--- io.ktor:ktor-io-jvm:2.3.13
-|    |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         |         |         +--- io.ktor:ktor-events:2.3.13
 |    |         |         |         |    \--- io.ktor:ktor-events-jvm:2.3.13
-|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         |         |         +--- io.ktor:ktor-websocket-serialization:2.3.13
 |    |         |         |         |    \--- io.ktor:ktor-websocket-serialization-jvm:2.3.13
 |    |         |         |         |         +--- io.ktor:ktor-serialization:2.3.13
 |    |         |         |         |         |    \--- io.ktor:ktor-serialization-jvm:2.3.13
 |    |         |         |         |         |         +--- io.ktor:ktor-websockets:2.3.13
 |    |         |         |         |         |         |    \--- io.ktor:ktor-websockets-jvm:2.3.13
-|    |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.1 -> 1.11.0
-|    |         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |         |         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         +--- io.ktor:ktor-serialization-kotlinx-json:2.3.13
 |    |         |    \--- io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.13
 |    |         |         +--- io.ktor:ktor-serialization-kotlinx:2.3.13
 |    |         |         |    \--- io.ktor:ktor-serialization-kotlinx-jvm:2.3.13
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         +--- io.ktor:ktor-client-okhttp:2.3.13
 |    |         |    \--- io.ktor:ktor-client-okhttp-jvm:2.3.13
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         +--- io.ktor:ktor-client-serialization:2.3.13
 |    |         |    \--- io.ktor:ktor-client-serialization-jvm:2.3.13
 |    |         |         +--- io.ktor:ktor-client-json:2.3.13
 |    |         |         |    \--- io.ktor:ktor-client-json-jvm:2.3.13
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.3.21 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0 (*)
 |    |         \--- com.squareup.wire:wire-moshi-adapter:4.9.11
 |    |              \--- com.squareup.wire:wire-runtime:4.9.11
 |    |                   \--- com.squareup.wire:wire-runtime-jvm:4.9.11
-|    |                        \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.3.21 (*)
+|    |                        \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.4.0 (*)
 |    +--- com.stripe:stripeterminal-ktx:5.6.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 |    \--- com.stripe:stripeterminal-taptopay:5.6.0
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.25 -> 2.4.0 (*)
 |         \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.8.1
 |              \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.8.1
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.21 (*)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 +--- com.automattic:about:1.7.1
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 -> 2.4.0 (*)
 |    +--- androidx.compose.ui:ui-tooling:1.6.6 -> 1.9.5
 |    |    \--- androidx.compose.ui:ui-tooling-android:1.9.5
 |    |         +--- androidx.compose.material:material:1.0.0 -> 1.9.5
 |    |         |    \--- androidx.compose.material:material-android:1.9.5
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |    |         +--- androidx.compose.ui:ui-tooling-data:1.9.5
 |    |         |    \--- androidx.compose.ui:ui-tooling-data-android:1.9.5
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 |    +--- androidx.navigation:navigation-compose:2.7.7 -> 2.9.5
 |    |    \--- androidx.navigation:navigation-compose-android:2.9.5
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 +--- androidx.hilt:hilt-navigation-fragment:1.3.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- com.github.bumptech.glide:volley-integration:5.0.9
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.4.0 (*)
 +--- com.zendesk:support:5.5.3
 |    +--- com.zendesk:guide:1.5.3
 |    |    +--- com.zendesk:guide-providers:1.3.2
 |    |    |    +--- com.zendesk:core:4.2.2
 |    |    |    |    +--- com.zendesk:java-common:2.0.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.3.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.4.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
 |    |    +--- com.zendesk:messaging:5.7.3
 |    |    |    +--- com.google.android.flexbox:flexbox:3.0.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.3.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.4.0 (*)
 |    |    |    +--- com.zendesk:common-ui:4.4.1
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
 |    |    |    +--- com.zendesk:messaging-api:5.5.1
 |    |    |    |    +--- com.zendesk:sdk-configurations:2.2.1
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
 |    +--- com.zendesk:support-providers:5.3.2
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.10 -> 2.4.0 (*)
 +--- org.wordpress:mediapicker:0.3.5
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 -> 2.4.0 (*)
 |    +--- org.wordpress.mediapicker:domain:0.3.5
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 +--- org.wordpress.mediapicker:source-camera:0.3.5
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 +--- androidx.compose.runtime:runtime-livedata -> 1.9.5
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- androidx.compose.ui:ui-text-google-fonts -> 1.9.5
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- androidx.hilt:hilt-navigation-compose:1.3.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- io.coil-kt:coil-compose:2.7.0
 |    +--- io.coil-kt:coil-compose-base:2.7.0
 |    |    +--- io.coil-kt:coil-base:2.7.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.4.0 (*)
 |    +--- io.coil-kt:coil:2.7.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.4.0 (*)
 +--- io.coil-kt:coil-svg:2.7.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.4.0 (*)
 +--- com.airbnb.android:lottie-compose:6.7.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.4.0 (*)
 +--- androidx.camera:camera-lifecycle:1.5.3
 |    \--- androidx.camera:camera-core:1.5.3
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (c)
 +--- com.google.protobuf:protobuf-kotlin-lite:4.35.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.4.0 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)

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.android:org.jetbrains.kotlin.android.gradle.plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-build-statistics:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-build-tools-api:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-compiler-runner:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-daemon-client:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-native-utils:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-tooling-core:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-io:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-klib:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.4.0, (changed from 2.3.21)

⚠️ Build environment tree is too large. View it in Buildkite artifacts

@dependabot dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-7c4524536c branch 3 times, most recently from b7f3c3d to 40c657b Compare July 15, 2026 18:35
Bumps the kotlin-ksp group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.kapt](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.3.9` | `2.3.10` |



Updates `org.jetbrains.kotlin:kotlin-test-junit` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.android` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.kapt` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.android` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.kapt` from 2.3.21 to 2.4.0
- [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.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.3.21 to 2.4.0
- [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.0)

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)

---
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.android
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-version: 2.4.0
  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.0
  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.0
  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.0
  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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-version: 2.4.0
  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-7c4524536c branch from 40c657b to f21d734 Compare July 16, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants