Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
org.jetbrains.kotlin:kotlin-reflect 2.3.21 2.4.0
org.jetbrains.kotlin:kotlin-test-junit 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.allopen 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.compose 2.3.21 2.4.0
org.jetbrains.kotlin.jvm 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.parcelize 2.3.21 2.4.0
org.jetbrains.kotlin.plugin.serialization 2.3.21 2.4.0

Updates org.jetbrains.kotlin:kotlin-reflect from 2.3.21 to 2.4.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-reflect'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-reflect'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: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.plugin.allopen from 2.3.21 to 2.4.0

Release notes

Sourced from org.jetbrains.kotlin.plugin.allopen'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.allopen'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.jvm from 2.3.21 to 2.4.0

Release notes

Sourced from org.jetbrains.kotlin.jvm'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.jvm'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
  • <...

    Description has been truncated

@dependabot dependabot Bot added the bot: dependencies update Dependabot dependency update label Jun 19, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 19, 2026 08:18
@dependabot dependabot Bot requested review from adalpari and removed request for a team June 19, 2026 08:18
@dependabot dependabot Bot added the bot: dependencies update Dependabot dependency update label Jun 19, 2026
@dangermattic

Copy link
Copy Markdown
Collaborator
1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot

Copy link
Copy Markdown
Contributor

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
-+--- org.jetbrains.kotlin:kotlin-stdlib: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-common:2.3.21 (c)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.24 (c)
++--- org.jetbrains.kotlin:kotlin-stdlib: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-common:2.4.0 (c)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.24 (c)
 +--- androidx.databinding:viewbinding:9.2.1
 |    +--- 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.kotlin:kotlin-stdlib:2.1.20 -> 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.navigation:navigation-compose:2.9.8
 |    \--- androidx.navigation:navigation-compose-android:2.9.8
 |         +--- androidx.activity:activity:1.8.0 -> 1.10.1
 |         |    +--- androidx.core:core-ktx:1.13.0 -> 1.16.0
 |         |    |    +--- androidx.core:core:1.16.0
 |         |    |    |    +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.1
-|         |    |    |    |    +--- 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.collection:collection:1.4.2 -> 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-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-runtime:2.6.2 -> 2.10.0
 |         |    |    |    |    \--- androidx.lifecycle:lifecycle-runtime-android:2.10.0
 |         |    |    |    |         +--- androidx.lifecycle:lifecycle-common: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 (*)
 |         |    |    |    |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.11.0
 |         |    |    |    |         |              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm: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 (*)
 |         |    |    |    |         +--- androidx.profileinstaller:profileinstaller:1.4.0
 |         |    |    |    |         |    \--- androidx.startup:startup-runtime:1.1.1 -> 1.2.0
 |         |    |    |    |         |         \--- androidx.tracing:tracing:1.0.0 -> 1.3.0
 |         |    |    |    |         |              \--- androidx.tracing:tracing-android: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)
-|         |    |    |    |         +--- 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.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)
-|         |    |    +--- 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-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
 |         |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.7.3
-|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.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 (*)
-|         |    +--- 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.activity:activity-compose:1.8.0 -> 1.10.1
 |         |    +--- androidx.activity:activity-ktx:1.10.1
 |         |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 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 (*)
 |         |    |    +--- 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)
 |         |    +--- androidx.compose.runtime:runtime:1.7.0 -> 1.11.3
 |         |    |    \--- androidx.compose.runtime:runtime-android:1.11.3
 |         |    |         +--- androidx.compose.runtime:runtime-annotation:1.11.3
 |         |    |         |    \--- androidx.compose.runtime:runtime-annotation-android:1.11.3
-|         |    |         |         \--- 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 (*)
 |         |    +--- androidx.compose.runtime:runtime-saveable:1.7.0 -> 1.11.3
 |         |    |    \--- androidx.compose.runtime:runtime-saveable-android:1.11.3
 |         |    |         +--- androidx.lifecycle:lifecycle-runtime-compose:2.9.4 -> 2.10.0
 |         |    |         |    \--- androidx.lifecycle:lifecycle-runtime-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.1.20 -> 2.3.21 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         |    +--- androidx.compose.ui:ui:1.0.1 -> 1.11.3
 |         |    |    \--- androidx.compose.ui:ui-android:1.11.3
 |         |    |         +--- androidx.compose.runtime:runtime-retain:1.11.3
 |         |    |         |    \--- androidx.compose.runtime:runtime-retain-android:1.11.3
-|         |    |         |         \--- 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.11.3
 |         |    |         |    \--- androidx.compose.ui:ui-geometry-android:1.11.3
 |         |    |         |         +--- androidx.compose.ui:ui-util:1.11.3
 |         |    |         |         |    \--- androidx.compose.ui:ui-util-android:1.11.3
-|         |    |         |         |         \--- 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 (*)
 |         |    |         +--- androidx.compose.ui:ui-graphics:1.11.3
 |         |    |         |    \--- androidx.compose.ui:ui-graphics-android:1.11.3
 |         |    |         |         +--- androidx.compose.ui:ui-unit:1.11.3
 |         |    |         |         |    \--- androidx.compose.ui:ui-unit-android:1.11.3
-|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         |    |         |         +--- 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.1.20 -> 2.3.21 (*)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         |    |         +--- androidx.compose.ui:ui-text:1.11.3
 |         |    |         |    \--- androidx.compose.ui:ui-text-android:1.11.3
 |         |    |         |         +--- androidx.emoji2:emoji2: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:2.1.20 -> 2.3.21 (*)
+|         |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.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 (*)
 |         |    |         +--- androidx.window:window:1.5.0
 |         |    |         |    +--- androidx.window:window-core:1.5.0
 |         |    |         |    |    \--- androidx.window:window-core-android: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)
-|         |    |         |    +--- 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 -> 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.compose.animation:animation:1.7.2 -> 1.11.3
 |         |    \--- androidx.compose.animation:animation-android:1.11.3
 |         |         +--- androidx.compose.animation:animation-core:1.11.3
 |         |         |    \--- androidx.compose.animation:animation-core-android:1.11.3
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |         |         +--- androidx.compose.foundation:foundation-layout:1.10.0 -> 1.11.3
 |         |         |    \--- androidx.compose.foundation:foundation-layout-android:1.11.3
-|         |         |         \--- 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 (*)
 |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.8.2 -> 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 (*)
 |         +--- androidx.navigation:navigation-common:2.9.8
 |         |    \--- androidx.navigation:navigation-common-android:2.9.8
-|         |         +--- 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-runtime:2.9.8
 |         |    \--- androidx.navigation:navigation-runtime-android:2.9.8
-|         |         +--- 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)
 +--- project :libs:networking
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 +--- project :libs:analytics
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.automattic:Automattic-Tracks-Android:6.0.6
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    \--- androidx.preference:preference:1.2.1
 |         +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.1
 |         |    +--- androidx.fragment:fragment:1.5.4 -> 1.8.9
 |         |    |    +--- androidx.loader:loader:1.0.0
 |         |    |    |    \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.10.0
 |         |    |    |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx: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:1.8.22 -> 2.3.21 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 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.fragment:fragment-ktx:1.3.6 -> 1.8.9
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.3.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
 +--- project :libs:image-editor
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib: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.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.navigation:navigation-fragment:2.9.8
-|    |    +--- 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.automattic:ucrop:2.2.11
 |    |    \--- com.squareup.okhttp3:okhttp:3.12.13 -> 5.4.0
 |    |         \--- com.squareup.okhttp3:okhttp-android:5.4.0
-|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
 |    |              +--- com.squareup.okio:okio:3.17.0
 |    |              |    \--- com.squareup.okio:okio-jvm:3.17.0
-|    |              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    |              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.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 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 +--- project :libs:editor
 |    +--- org.wordpress:aztec:{strictly v2.1.4} -> v2.1.4
-|    |    \--- 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:wordpress-shortcodes:{strictly v2.1.4} -> v2.1.4
-|    |    \--- 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:wordpress-comments:{strictly v2.1.4} -> v2.1.4
-|    |    \--- 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:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.facebook.react:react-android:0.73.3
 |    |    +--- com.facebook.fresco:fresco:3.1.3
 |    |    |    +--- com.facebook.fresco:soloader:3.1.3
 |    |    |    |    \--- com.facebook.fresco:fbcore:3.1.3
 |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 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.facebook.fresco:drawee:3.1.3
 |    |    |         \--- com.facebook.fresco:imagepipeline:3.1.3
-|    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
 |    |    \--- com.squareup.okhttp3:okhttp-urlconnection:4.9.2 -> 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 (*)
 |    +--- org.wordpress.gutenberg-mobile:react-native-gutenberg-bridge:v1.121.0
 |    |    +--- org.wordpress.react-native-libraries.v6:react-native-safe-area-context:4.8.2
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
 |    |    +--- org.wordpress.react-native-libraries.v6:react-native-webview:13.6.1
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
 |    |    |    \--- androidx.webkit:webkit:1.4.0 -> 1.16.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.react-native-libraries.v6:react-native-gesture-handler:2.14.1
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.3.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.4.0 (*)
 |    +--- org.wordpress.gutenbergkit:android:v0.17.2
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21 -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.21 -> 2.4.0 (*)
 |    |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3
 |    |    |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.7.3
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.4.0 (*)
 |    |    +--- androidx.compose.material3:material3 -> 1.4.0
 |    |    |    \--- androidx.compose.material3:material3-android:1.4.0
 |    |    |         +--- androidx.compose.foundation:foundation:1.8.1 -> 1.11.3
 |    |    |         |    \--- androidx.compose.foundation:foundation-android:1.11.3
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |    |    |         +--- androidx.compose.material:material-ripple:1.8.1 -> 1.11.3
 |    |    |         |    \--- androidx.compose.material:material-ripple-android:1.11.3
-|    |    |         |         \--- 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.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-icons-extended -> 1.7.8
 |    |    |    \--- androidx.compose.material:material-icons-extended-android:1.7.8
 |    |    |         +--- androidx.compose.material:material-icons-core:1.7.8
 |    |    |         |    \--- androidx.compose.material:material-icons-core-android:1.7.8
-|    |    |         |         +--- 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-common:1.8.22 -> 2.3.21
-|    |    |         |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.4.0
+|    |    |         |              \--- org.jetbrains.kotlin:kotlin-stdlib: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:2.1.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
 |    +--- com.automattic.tracks:crashlogging:6.0.6
-|    |    \--- 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-parcelize-runtime:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 +--- project :libs:fluxc
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- com.github.chuckerteam.chucker:library:4.2.0
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.3.21 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.2.0 -> 2.4.0 (*)
 |    |    +--- androidx.palette:palette-ktx:1.0.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.50 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.50 -> 2.4.0 (*)
 |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.9.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.room:room-ktx:2.7.2 -> 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.room:room-runtime:2.8.4
 |    |         |    \--- androidx.room:room-runtime-android:2.8.4
 |    |         |         +--- 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)
-|    |         +--- 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)
 |    +--- rs.wordpress.api:android:0.5.0
 |    |    +--- com.squareup.okhttp3:okhttp-tls:5.4.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
 |    |    +--- rs.wordpress.api:kotlin:0.5.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 +--- project :libs:posttypes
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.4.0 (*)
 |    +--- androidx.compose.ui:ui-tooling-preview -> 1.11.3
 |    |    \--- androidx.compose.ui:ui-tooling-preview-android:1.11.3
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 |    +--- com.google.dagger:hilt-android:2.59.2
-|    |    \--- 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-parcelize-runtime:2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.4.0 (*)
 +--- com.automattic:about:1.5.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.11.3
 |    |    \--- androidx.compose.ui:ui-tooling-android:1.11.3
 |    |         +--- androidx.compose.ui:ui-tooling-data:1.11.3
 |    |         |    \--- androidx.compose.ui:ui-tooling-data-android:1.11.3
-|    |         |         \--- 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 (*)
 |    +--- androidx.compose.material:material:1.6.6 -> 1.11.3
 |    |    \--- androidx.compose.material:material-android:1.11.3
-|    |         \--- 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.9.23 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 +--- com.gravatar:gravatar:2.5.0
-|    +--- 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.gravatar:gravatar-quickeditor:2.5.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.3.21 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.0.21 -> 2.4.0 (*)
 |    +--- com.gravatar:gravatar-ui:2.5.0
 |    |    +--- 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 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    +--- androidx.browser:browser:1.8.0 -> 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 (*)
 |    +--- io.github.osipxd:security-crypto-datastore-preferences:1.1.1-beta03
 |    |    +--- io.github.osipxd:encrypted-datastore-preferences:1.1.1-beta03
 |    |    |    +--- io.github.osipxd:encrypted-datastore:1.1.1-beta03
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.21 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 |    |    |    |    \--- androidx.datastore:datastore-core:1.1.1 -> 1.1.7
 |    |    |    |         \--- androidx.datastore:datastore-core-android:1.1.7
-|    |    |    |              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.3.21 (*)
+|    |    |    |              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 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.datastore:datastore-preferences-core:1.1.1 -> 1.1.7
 |    |    |    |    \--- androidx.datastore:datastore-preferences-core-android:1.1.7
 |    |    |    |         +--- androidx.datastore:datastore-core-okio:1.1.7
 |    |    |    |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.7
-|    |    |    |         |         \--- 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:1.8.22 -> 2.3.21 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.4.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 |    |    +--- io.github.osipxd:security-crypto-datastore:1.1.1-beta03
 |    |    |    +--- androidx.datastore:datastore:1.1.1 -> 1.1.7
 |    |    |    |    \--- androidx.datastore:datastore-android:1.1.7
-|    |    |    |         \--- 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:1.9.23 -> 2.3.21 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 |    |    +--- androidx.datastore:datastore-preferences:1.1.1 -> 1.1.7
 |    |    |    \--- androidx.datastore:datastore-preferences-android:1.1.7
-|    |    |         \--- 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:1.9.23 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.4.0 (*)
 |    +--- androidx.compose.material3.adaptive:adaptive:1.0.0 -> 1.2.0
 |    |    \--- androidx.compose.material3.adaptive:adaptive-android: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)
 |    +--- com.composables:core:1.30.0
 |    |    \--- com.composables:core-android:1.30.0
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.4.0 (*)
 |    |         \--- org.jetbrains.compose.foundation:foundation:1.7.0 -> 1.11.0
 |    |              +--- org.jetbrains.compose.animation:animation:1.11.0
 |    |              |    +--- org.jetbrains.compose.animation:animation-core:1.11.0
 |    |              |    |    +--- org.jetbrains.compose.runtime:runtime: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.compose.ui:ui:1.11.0
 |    |              |    |    |    +--- org.jetbrains.compose.runtime:runtime-saveable: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.compose.ui:ui-geometry:1.11.0
 |    |              |    |    |    |    +--- org.jetbrains.compose.ui:ui-util: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 (*)
 |    |              |    |    |    +--- org.jetbrains.compose.ui:ui-graphics:1.11.0
 |    |              |    |    |    |    +--- org.jetbrains.compose.ui:ui-unit: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 (*)
 |    |              |    |    |    +--- org.jetbrains.compose.ui:ui-text: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 (*)
-|    |              |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.3.21 (*)
+|    |              |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.20 -> 2.4.0 (*)
 |    |              |    +--- org.jetbrains.compose.foundation:foundation-layout: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 (*)
-|    |              \--- 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 (*)
 +--- 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 (*)
 +--- 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-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 (*)
-|    +--- 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.camera:camera-camera2:1.6.1
 |    +--- androidx.camera:camera-camera2-pipe:1.6.1
 |    |    +--- androidx.camera.featurecombinationquery:featurecombinationquery:1.6.1
-|    |    |    \--- 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.jetbrains.kotlinx:atomicfu:0.28.0
 |    |         \--- org.jetbrains.kotlinx:atomicfu-jvm:0.28.0
-|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.1.0} -> 2.3.21 (*)
+|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 2.1.0} -> 2.4.0 (*)
 |    +--- androidx.camera:camera-core:1.6.1
 |    |    +--- androidx.core:core-backported-fixes:1.0.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.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 (*)
 +--- androidx.camera:camera-lifecycle:1.6.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 +--- androidx.camera:camera-view:1.6.1
 |    +--- androidx.camera:camera-video:1.6.1
-|    |    \--- 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 (*)
 +--- com.squareup.retrofit2:retrofit:3.0.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 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.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 (*)
 +--- com.google.firebase:firebase-messaging -> 25.1.0
 |    +--- com.google.firebase:firebase-common:22.0.1 -> 22.1.0
 |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services: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.0.21 -> 2.3.21 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.4.0 (*)
 |    +--- com.google.firebase:firebase-installations:19.1.0 -> 19.1.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 (*)
 +--- androidx.compose.runtime:runtime-livedata -> 1.11.3
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 -> 2.4.0 (*)
 +--- io.coil-kt:coil-video: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 (*)
 +--- com.patrykandpatrick.vico:compose-m3:3.2.1
 |    \--- com.patrykandpatrick.vico:compose-m3-android:3.2.1
 |         +--- com.patrykandpatrick.vico:compose:3.2.1
 |         |    \--- com.patrykandpatrick.vico:compose-android:3.2.1
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 -> 2.4.0 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.3.21 -> 2.4.0 (*)
 |         \--- org.jetbrains.compose.material3:material3:1.9.0
 |              +--- org.jetbrains.compose.material:material-ripple:1.9.1
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
 |              +--- org.jetbrains.compose.ui:ui-backhandler:1.9.1
 |              |    \--- org.jetbrains.compose.ui:ui-backhandler-android:1.9.1
-|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|              |         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
-|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (c)
+|              |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.4.0 (c)
-|              \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.3.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib -> 2.4.0 (*)
 +--- com.automattic:encryptedlogging:1.1.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 2.3.21 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.21 -> 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
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.0, (changed from 2.3.21)
org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.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.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.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-allopen: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-serialization: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)
tree
 +--- com.autonomousapps.dependency-analysis:com.autonomousapps.dependency-analysis.gradle.plugin:3.15.0
 |    \--- com.autonomousapps:dependency-analysis-gradle-plugin:3.15.0
 |         \--- org.jetbrains.kotlin:kotlin-bom:2.2.21
-|              \--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.21 -> 2.3.21 (c)
+|              \--- org.jetbrains.kotlin:kotlin-daemon-client:2.2.21 -> 2.4.0 (c)
 +--- com.android.application:com.android.application.gradle.plugin:9.2.1
 |    \--- com.android.tools.build:gradle:9.2.1
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.3.21
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.21 (c)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-allopen:2.3.21 (c)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-serialization:2.3.21 (c)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21
-|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.3.21
-|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.3.21
-|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.3.21
-|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-build-statistics:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.3.21
-|         |    |    \--- com.google.code.gson:gson:2.11.0 (*)
-|         |    +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.3.21
-|         |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.3.21
-|         |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.3.21 (*)
-|         |    +--- org.jetbrains.kotlin:abi-tools-api:2.3.21
-|         |    \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.3.21
-|         |         +--- org.jetbrains.kotlin:kotlin-daemon-client:2.3.21
-|         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.4.0
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.0 (c)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-allopen:2.4.0 (c)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-serialization:2.4.0 (c)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-native-utils:2.4.0
+|         |    |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.4.0
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.4.0
+|         |    |    |         \--- org.jetbrains.kotlin:kotlin-util-io:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-build-tools-api:2.4.0
+|         |    +--- org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.4.0
+|         |    +--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-tooling-core:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.4.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-native-utils:2.4.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-build-statistics:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-build-tools-api:2.4.0
+|         |    |    \--- com.google.code.gson:gson:2.11.0 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-util-klib-metadata:2.4.0
+|         |    |    +--- org.jetbrains.kotlin:kotlin-util-io:2.4.0
+|         |    |    \--- org.jetbrains.kotlin:kotlin-util-klib:2.4.0 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-compiler-runner:2.4.0
+|         |         +--- org.jetbrains.kotlin:kotlin-daemon-client:2.4.0
+|         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0 -> 1.10.1 (*)
 |         \--- com.android.tools.build:gradle-api:9.2.1
-|              \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 -> 2.3.21 (*)
+|              \--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.2.10 -> 2.4.0 (*)
-+--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-allopen:2.3.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin:2.4.0
+|    \--- org.jetbrains.kotlin:kotlin-allopen:2.4.0
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0 (*)
-+--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.4.0
+|    \--- org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.0
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0 (*)
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0 (*)
-+--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.4.0
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0 (*)
-+--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.4.0
+|    \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0 (*)
-+--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.3.21
-|    \--- org.jetbrains.kotlin:kotlin-serialization:2.3.21
-|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.3.21 (*)
-|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.3.21 (*)
++--- org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin:2.4.0
+|    \--- org.jetbrains.kotlin:kotlin-serialization:2.4.0
+|         +--- org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0 (*)
+|         \--- org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0 (*)
 \--- com.android.legacy-kapt:com.android.legacy-kapt.gradle.plugin:9.2.1
      \--- com.android.tools.build:gradle-kotlin:9.2.1
-          \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.3.21 (*)
+          \--- org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 -> 2.4.0 (*)

@wpmobilebot

wpmobilebot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

🤖 Build Failure Analysis

This build has failures. Claude has analyzed them - check the build annotations for details.

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |
| [org.jetbrains.kotlin.plugin.allopen](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.jvm](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.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.3.21` | `2.4.0` |



Updates `org.jetbrains.kotlin:kotlin-reflect` 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: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.plugin.allopen` 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.jvm` 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.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: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.plugin.allopen` 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.jvm` 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.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)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-ksp
- dependency-name: org.jetbrains.kotlin.jvm
  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.allopen
  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.allopen
  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-reflect
  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
- 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 changed the title Bump the kotlin-ksp group with 7 updates Bump the kotlin-ksp group across 1 directory with 7 updates Jun 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/kotlin-ksp-32d23b696d branch from ed105be to 91afc62 Compare June 19, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: dependencies update Dependabot dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants