Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the kotlin-ksp group with 5 updates #3808

Merged
merged 3 commits into from
Mar 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the kotlin-ksp group with 5 updates:

Package From To
org.jetbrains.kotlin.android 2.1.10 2.1.20
org.jetbrains.kotlin.jvm 2.1.10 2.1.20
org.jetbrains.kotlin.plugin.parcelize 2.1.10 2.1.20
org.jetbrains.kotlin.plugin.compose 2.1.10 2.1.20
com.google.devtools.ksp 2.1.10-1.0.31 2.1.20-1.0.31

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

Release notes

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

Kotlin 2.1.20

Changelog

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol

... (truncated)

Changelog

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

2.1.20

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol
  • KT-73105 Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)

... (truncated)

Commits
  • 658a201 Add ChangeLog for 2.1.20-RC3
  • b2dfd94 [FIR] Fix a false negative SUPER_CALL_WITH_DEFAULT_PARAMETERS
  • 982a4ef [FIR] Reproduce ^KT-75578
  • 173e94a Fix CMP-7747
  • dbed512 CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is
  • e7e183f CMP-7571: merge two findDeclaration calls into one
  • 0c8b50d CMP-7571: improve signature generation for an artificial stability getter
  • cb387d5 CMP-7571: add signatures to artifical stability getters
  • f17e609 Avoid multiple finalizations of generalConfigurationMetrics
  • 45e81bb Edit ChangeLog for 2.1.20-RC2
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.1.20

Changelog

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol

... (truncated)

Changelog

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

2.1.20

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol
  • KT-73105 Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)

... (truncated)

Commits
  • 658a201 Add ChangeLog for 2.1.20-RC3
  • b2dfd94 [FIR] Fix a false negative SUPER_CALL_WITH_DEFAULT_PARAMETERS
  • 982a4ef [FIR] Reproduce ^KT-75578
  • 173e94a Fix CMP-7747
  • dbed512 CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is
  • e7e183f CMP-7571: merge two findDeclaration calls into one
  • 0c8b50d CMP-7571: improve signature generation for an artificial stability getter
  • cb387d5 CMP-7571: add signatures to artifical stability getters
  • f17e609 Avoid multiple finalizations of generalConfigurationMetrics
  • 45e81bb Edit ChangeLog for 2.1.20-RC2
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin.plugin.parcelize from 2.1.10 to 2.1.20

Release notes

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

Kotlin 2.1.20

Changelog

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol

... (truncated)

Changelog

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

2.1.20

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol
  • KT-73105 Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)

... (truncated)

Commits
  • 658a201 Add ChangeLog for 2.1.20-RC3
  • b2dfd94 [FIR] Fix a false negative SUPER_CALL_WITH_DEFAULT_PARAMETERS
  • 982a4ef [FIR] Reproduce ^KT-75578
  • 173e94a Fix CMP-7747
  • dbed512 CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is
  • e7e183f CMP-7571: merge two findDeclaration calls into one
  • 0c8b50d CMP-7571: improve signature generation for an artificial stability getter
  • cb387d5 CMP-7571: add signatures to artifical stability getters
  • f17e609 Avoid multiple finalizations of generalConfigurationMetrics
  • 45e81bb Edit ChangeLog for 2.1.20-RC2
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.1.20

Changelog

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol

... (truncated)

Changelog

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

2.1.20

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-73259 Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImpl
  • KT-72740 FirDanglingModifierList: lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS
  • KT-66132 K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not found
  • KT-72196 K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sources
  • KT-72652 FirProvider#getContainingClass should support FirDanglingModifierSymbol
  • KT-73105 Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)

... (truncated)

Commits
  • 658a201 Add ChangeLog for 2.1.20-RC3
  • b2dfd94 [FIR] Fix a false negative SUPER_CALL_WITH_DEFAULT_PARAMETERS
  • 982a4ef [FIR] Reproduce ^KT-75578
  • 173e94a Fix CMP-7747
  • dbed512 CMP-7571: keep the calls to public $stable fields (in K1 klibs) as is
  • e7e183f CMP-7571: merge two findDeclaration calls into one
  • 0c8b50d CMP-7571: improve signature generation for an artificial stability getter
  • cb387d5 CMP-7571: add signatures to artifical stability getters
  • f17e609 Avoid multiple finalizations of generalConfigurationMetrics
  • 45e81bb Edit ChangeLog for 2.1.20-RC2
  • Additional commits viewable in compare view

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

Release notes

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

Kotlin 2.1.20

Changelog

Analysis API

Fixes

  • KT-68198 Analysis API: Support application service registration in plugin XMLs
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-73156 AA: type retrieval for erroneous typealias crashes
  • KT-71907 K2 debugger evaluator failed when cannot resolve unrelated annotation
  • KT-69128 K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested class
  • KT-71613 KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol
  • KT-71741 K2 IDE. Classifier was found in KtFile but was not found in FirFile in libraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.kts in kotlin.git and broken analysis
  • KT-71942 Need to rethrow Intellij Platform exceptions, like ProcessCanceledException
  • KT-70949 Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementation
  • KT-69736 K2 IDE: False positive resolution from KDoc for value
  • KT-69047 Analysis API: Unresolved KDoc reference to extensions with the same name
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69630 KAPT User project builds with KAPT4 enabled fail with Metaspace overflow

Analysis API. Code Compilation

  • KT-71263 K2 evaluator: Error in evaluating self property with extension receiver

Analysis API. FIR

Performance Improvements

  • KT-72025 FileStructureElement: reduce redundant resolve
  • KT-74012 Redundant FirAbstractBodyResolveTransformerDispatcher.<init> CPU consumption
  • KT-73900 ContextCollectorVisitor#computeContext may spend significant time on createSnapshot
  • KT-73665 FirElementFinder is inefficient in large files
  • KT-73330 Remove bodies from functions without contracts after the CONTRACTS phase
  • KT-73017 Analysis API: FirReferenceResolveHelper.getSymbolsByResolvedImport searches for classes even when the selected FqName is a known package

Fixes

  • KT-72308 getOrBuildFir returns null for this expression for plusAssign operator
  • KT-72660 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74097 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-74098 ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValue
  • KT-72148 K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl found
  • KT-73079 K2: Internal compiler error when conflicting type aliases are present
  • KT-73456 Expected FirResolvedContractDescription but FirRawContr...

    Description has been truncated

Bumps the kotlin-ksp group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` |
| [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.10-1.0.31` | `2.1.20-1.0.31` |


Updates `org.jetbrains.kotlin.android` from 2.1.10 to 2.1.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.10...v2.1.20)

Updates `org.jetbrains.kotlin.jvm` from 2.1.10 to 2.1.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.10...v2.1.20)

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

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

Updates `org.jetbrains.kotlin.jvm` from 2.1.10 to 2.1.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.10...v2.1.20)

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added [Area] Dependencies Pull requests that update a dependency file [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase. labels Mar 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2025 06:21
@dependabot dependabot bot requested review from geekygecko and removed request for a team March 24, 2025 06:21
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Mar 24, 2025

📲 You can test the changes from this Pull Request in 📱 Mobile by scanning the QR code below to install the corresponding build.
App Name 📱 Mobile
Build TypedebugProd
Commitc9a15bb
Direct Downloadpocketcasts-app-prototype-build-pr3808-c9a15bb.apk
📲 You can test the changes from this Pull Request in 🚗 Automotive by scanning the QR code below to install the corresponding build.
App Name 🚗 Automotive
Build TypedebugProd
Commitc9a15bb
Direct Downloadpocketcasts-automotive-prototype-build-pr3808-c9a15bb.apk
📲 You can test the changes from this Pull Request in ⌚ Wear by scanning the QR code below to install the corresponding build.
App Name ⌚ Wear
Build TypedebugProd
Commitc9a15bb
Direct Downloadpocketcasts-wear-prototype-build-pr3808-c9a15bb.apk

@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Mar 24, 2025

Project dependencies changes

list
! Upgraded Dependencies
org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-stdlib:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20, (changed from 2.1.10)
tree
 +--- androidx.databinding:viewbinding:8.9.0
 |    \--- androidx.annotation:annotation:1.0.0 -> 1.9.1
 |         \--- androidx.annotation:annotation-jvm:1.9.1
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10
-|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.10 (c)
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.10 (c)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.10 (c)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20
+|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20 (c)
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 2.1.20 (c)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.1.20 (c)
-+--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- androidx.appcompat:appcompat:1.7.0
 |    +--- androidx.activity:activity:1.7.0 -> 1.9.3
 |    |    +--- androidx.collection:collection:1.0.0 -> 1.4.4
 |    |    |    \--- androidx.collection:collection-jvm:1.4.4
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.core:core:1.13.0 -> 1.15.0
 |    |    |    +--- androidx.annotation:annotation-experimental:1.4.1
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.1.20 (*)
 |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.8.7
 |    |    |    |    \--- androidx.lifecycle:lifecycle-runtime-android:2.8.7
 |    |    |    |         +--- androidx.lifecycle:lifecycle-common:2.8.7
 |    |    |    |         |    \--- androidx.lifecycle:lifecycle-common-jvm:2.8.7
-|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 -> 1.10.1
 |    |    |    |         |              \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1
-|    |    |    |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    |    |    |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.1
-|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.8.7
 |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-android:2.8.7
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.8.7
 |    |    |    +--- androidx.core:core-ktx:1.2.0 -> 1.15.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.8.7
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    +--- androidx.savedstate:savedstate:1.2.1
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    +--- androidx.emoji2:emoji2:1.3.0
 |    |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.8.7
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    +--- androidx.fragment:fragment:1.5.4 -> 1.8.6
 |    |    +--- androidx.loader:loader:1.0.0
 |    |    |    \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.8.7
 |    |    |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.8.7
-|    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- androidx.mediarouter:mediarouter:1.7.0
 |    \--- androidx.recyclerview:recyclerview:1.1.0 -> 1.4.0
 |         \--- androidx.customview:customview-poolingcontainer:1.0.0
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 2.1.20 (*)
 +--- com.automattic.tracks:crashlogging:6.0.3
 |    +--- io.sentry:sentry-okhttp -> 7.17.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.10
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.10
-|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 2.1.20
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.20
+|    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    +--- com.squareup.okhttp3:okhttp:4.9.0 -> 4.12.0
 |    |    +--- com.squareup.okio:okio:3.6.0 -> 3.9.0
 |    |    |    \--- com.squareup.okio:okio-jvm:3.9.0
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 +--- io.coil-kt:coil:2.7.0
 |    +--- io.coil-kt:coil-base:2.7.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
 +--- androidx.compose.ui:ui -> 1.7.6
 |    \--- androidx.compose.ui:ui-android:1.7.6
 |         +--- androidx.activity:activity-ktx:1.7.0 -> 1.9.3
 |         |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.8.7
 |         |    |    \--- androidx.lifecycle:lifecycle-runtime-ktx-android:2.8.7
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.8.7
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |    +--- androidx.savedstate:savedstate-ktx:1.2.1
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 2.1.20 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.compose.runtime:runtime:1.7.6
 |         |    \--- androidx.compose.runtime:runtime-android:1.7.6
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.compose.runtime:runtime-saveable:1.7.6
 |         |    \--- androidx.compose.runtime:runtime-saveable-android:1.7.6
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.compose.ui:ui-geometry:1.7.6
 |         |    \--- androidx.compose.ui:ui-geometry-android:1.7.6
 |         |         +--- androidx.compose.ui:ui-util:1.7.6
 |         |         |    \--- androidx.compose.ui:ui-util-android:1.7.6
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.compose.ui:ui-graphics:1.7.6
 |         |    \--- androidx.compose.ui:ui-graphics-android:1.7.6
 |         |         +--- androidx.compose.ui:ui-unit:1.7.6
 |         |         |    \--- androidx.compose.ui:ui-unit-android:1.7.6
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |         +--- androidx.graphics:graphics-path:1.0.1
-|         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.compose.ui:ui-text:1.7.6
 |         |    \--- androidx.compose.ui:ui-text-android:1.7.6
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.10.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
 +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.10.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
 +--- com.google.dagger:hilt-android:2.56
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 +--- com.automattic:encryptedlogging:0.0.2
 |    +--- org.wordpress:utils:3.14.0
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 2.1.10 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 2.1.20 (*)
 |    |    \--- com.google.android.material:material:1.2.1 -> 1.12.0
 |    |         \--- org.jetbrains.kotlin:kotlin-bom:1.8.22
-|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (c)
+|    |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c)
-|    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.10 (c)
+|    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.20 (c)
-|    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.10 (c)
+|    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 2.1.20 (c)
-|    |              \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (c)
+|    |              \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (c)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*)
 +--- com.google.firebase:firebase-config -> 22.1.0
 |    +--- com.google.firebase:firebase-config-interop:16.0.1
 |    |    \--- com.google.firebase:firebase-encoders-json:18.0.1
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 2.1.10 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 2.1.20 (*)
 |    +--- com.google.firebase:firebase-common:21.0.0
 |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.10.1
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    +--- com.google.firebase:firebase-common-ktx:21.0.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.20 (*)
 |    +--- com.google.firebase:firebase-installations:17.2.0 -> 18.0.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- androidx.fragment:fragment-ktx:1.8.6
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- androidx.hilt:hilt-work:1.2.0
 |    \--- androidx.work:work-runtime:2.3.4 -> 2.10.0
 |         +--- androidx.concurrent:concurrent-futures-ktx:1.1.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.71 -> 2.1.20 (*)
 |         +--- androidx.lifecycle:lifecycle-service:2.6.2 -> 2.8.7
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.room:room-ktx:2.6.1
 |         |    +--- androidx.room:room-common:2.6.1
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.1.20 (*)
 |         |    +--- androidx.room:room-runtime:2.6.1
 |         |    |    +--- androidx.sqlite:sqlite:2.4.0
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |    |    \--- androidx.sqlite:sqlite-framework:2.4.0
-|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- androidx.tracing:tracing-ktx:1.2.0
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 2.1.20 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (c)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (c)
 +--- com.google.android.horologist:horologist-auth-data-phone:0.6.20
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    \--- com.google.android.horologist:horologist-datalayer:0.6.20
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |         +--- com.google.android.horologist:horologist-annotations:0.6.20
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |         +--- androidx.datastore:datastore-preferences:1.1.1
 |         |    \--- androidx.datastore:datastore-preferences-android:1.1.1
 |         |         +--- androidx.datastore:datastore:1.1.1
 |         |         |    \--- androidx.datastore:datastore-android:1.1.1
 |         |         |         +--- androidx.datastore:datastore-core:1.1.1
 |         |         |         |    \--- androidx.datastore:datastore-core-android:1.1.1
-|         |         |         |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.1.10
-|         |         |         |         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
-|         |         |         |         |    \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.10
-|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |         |         |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 2.1.20
+|         |         |         |         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
+|         |         |         |         |    \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:2.1.20
+|         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |         |         +--- androidx.datastore:datastore-core-okio:1.1.1
 |         |         |         |    \--- androidx.datastore:datastore-core-okio-jvm:1.1.1
-|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         |         +--- androidx.datastore:datastore-preferences-core:1.1.1
 |         |         |    \--- androidx.datastore:datastore-preferences-core-jvm:1.1.1
-|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |         +--- com.google.protobuf:protobuf-kotlin-lite:4.28.0 -> 4.30.1
-|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*)
 |         \--- androidx.wear:wear-remote-interactions:1.1.0-beta01
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- androidx.lifecycle:lifecycle-reactivestreams-ktx:2.8.7
 |    +--- androidx.lifecycle:lifecycle-reactivestreams:2.8.7
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- com.squareup.moshi:moshi:1.15.2
-|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.20 (*)
 +--- io.reactivex.rxjava2:rxkotlin:2.4.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.40 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.40 -> 2.1.20 (*)
 +--- com.jakewharton.timber:timber:5.0.1
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.21 -> 2.1.20 (*)
 +--- project :modules:features:account
 |    +--- androidx.compose.material:material -> 1.7.6
 |    |    \--- androidx.compose.material:material-android:1.7.6
 |    |         +--- androidx.compose.animation:animation:1.7.6
 |    |         |    \--- androidx.compose.animation:animation-android:1.7.6
 |    |         |         +--- androidx.compose.animation:animation-core:1.7.6
 |    |         |         |    \--- androidx.compose.animation:animation-core-android:1.7.6
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |         |         +--- androidx.compose.foundation:foundation-layout:1.7.6
 |    |         |         |    \--- androidx.compose.foundation:foundation-layout-android:1.7.6
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |         +--- androidx.compose.foundation:foundation:1.7.6
 |    |         |    \--- androidx.compose.foundation:foundation-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |         +--- androidx.compose.material:material-ripple:1.7.6
 |    |         |    \--- androidx.compose.material:material-ripple-android:1.7.6
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    +--- androidx.navigation:navigation-runtime:2.7.7
 |    |    +--- androidx.navigation:navigation-common:2.7.7
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    +--- com.airbnb.android:showkase:1.0.3
 |    |    +--- androidx.activity:activity-compose:1.9.0 -> 1.9.3
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.navigation:navigation-compose:2.5.1 -> 2.7.7
 |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.8.7
 |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-compose-android:2.8.7
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.compose.ui:ui-tooling:1.6.7 -> 1.7.6
 |    |    |    \--- androidx.compose.ui:ui-tooling-android:1.7.6
 |    |    |         +--- androidx.compose.ui:ui-tooling-data:1.7.6
 |    |    |         |    \--- androidx.compose.ui:ui-tooling-data-android:1.7.6
-|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- com.airbnb.android:showkase-annotation:1.0.3
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 -> 2.1.20 (*)
 |    +--- project :modules:features:search
 |    |    +--- project :modules:services:analytics
 |    |    |    +--- project :modules:services:model
 |    |    |    |    +--- com.android.billingclient:billing-ktx:7.0.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.0 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.0 -> 2.1.20 (*)
 |    |    |    |    +--- project :modules:services:utils
-|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    |    +--- com.google.firebase:firebase-analytics -> 22.3.0
 |    |    |    |    |    |    +--- com.google.android.gms:play-services-measurement:22.3.0
 |    |    |    |    |    |    |    \--- com.google.android.gms:play-services-measurement-impl:22.3.0
 |    |    |    |    |    |    |         +--- androidx.privacysandbox.ads:ads-adservices:1.1.0-beta11
-|    |    |    |    |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |    |    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |    |    |    |         \--- androidx.privacysandbox.ads:ads-adservices-java:1.1.0-beta11
-|    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |    |    |    \--- com.google.android.gms:play-services-measurement-api:22.3.0
-|    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.10 (*)
+|    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.1.20 (*)
 |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.8.7
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    +--- androidx.room:room-rxjava2:2.6.1
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |    \--- project :modules:services:localization
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    +--- project :modules:services:preferences
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    +--- androidx.preference:preference-ktx:1.2.1
 |    |    |    |    |    +--- androidx.preference:preference:1.2.1
 |    |    |    |    |    |    \--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
 |    |    |    |    |    |         \--- androidx.window:window:1.0.0
-|    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.10 (*)
+|    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 2.1.20 (*)
 |    |    |    |    \--- project :modules:services:images
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    +--- project :modules:services:servers
 |    |    |    |    +--- project :modules:services:protobuf
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    +--- com.squareup.moshi:moshi-adapters:1.15.2
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.20 (*)
 |    |    |    |    +--- com.squareup.okhttp3:logging-interceptor:4.12.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 2.1.20 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
 |    |    |    +--- com.automattic:Automattic-Tracks-Android:6.0.3
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    |    \--- com.automattic.tracks:experimentation:6.0.3
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    +--- project :modules:services:repositories
 |    |    |    +--- project :modules:services:crashlogging
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    +--- project :modules:services:deeplink
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
 |    |    +--- project :modules:services:ui
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    \--- com.afollestad.material-dialogs:core:3.3.0
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61 -> 2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61 -> 2.1.20 (*)
 |    |    +--- project :modules:services:views
 |    |    |    +--- com.google.android.play:review-ktx:2.0.2
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 2.1.20 (*)
 |    |    |    +--- project :modules:services:compose
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    +--- io.coil-kt:coil-compose:2.7.0
 |    |    |    |    |    +--- io.coil-kt:coil-compose-base:2.7.0
 |    |    |    |    |    |    +--- com.google.accompanist:accompanist-drawablepainter:0.32.0
-|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.10 (*)
+|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.20 (*)
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.0 -> 2.1.20 (*)
 |    |    |    |    +--- androidx.compose.material:material-icons-extended -> 1.7.4
 |    |    |    |    |    \--- androidx.compose.material:material-icons-extended-android:1.7.4
 |    |    |    |    |         +--- androidx.compose.material:material-icons-core:1.7.4 -> 1.7.6
 |    |    |    |    |         |    \--- androidx.compose.material:material-icons-core-android:1.7.6
-|    |    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10
-|    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20
+|    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    |    |    +--- androidx.fragment:fragment-compose:1.8.6
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    |    |    +--- com.airbnb.android:lottie-compose:6.6.4
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.10 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.1.20 (*)
 |    |    |    |    \--- sh.calvin.reorderable:reorderable:2.4.3
 |    |    |    |         \--- sh.calvin.reorderable:reorderable-android:2.4.3
-|    |    |    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.10 (*)
+|    |    |    |              +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.20 (*)
-|    |    |    |              +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.10 (*)
+|    |    |    |              +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0 -> 2.1.20 (*)
 |    |    |    |              +--- org.jetbrains.compose.runtime:runtime:1.7.0 -> 1.7.3
 |    |    |    |              |    \--- org.jetbrains.compose.collection-internal:collection:1.7.3
 |    |    |    |              |         +--- org.jetbrains.compose.annotation-internal:annotation:1.7.3
-|    |    |    |              |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |              |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
-|    |    |    |              |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |              |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    |    |              |         \--- org.jetbrains.kotlinx:atomicfu:0.23.2
 |    |    |    |              |              \--- org.jetbrains.kotlinx:atomicfu-jvm:0.23.2
-|    |    |    |              |                   \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 1.9.21} -> 2.1.10 (*)
+|    |    |    |              |                   \--- org.jetbrains.kotlin:kotlin-stdlib:{prefer 1.9.21} -> 2.1.20 (*)
 |    |    |    |              \--- org.jetbrains.compose.animation:animation:1.7.0 -> 1.7.3
 |    |    |    |                   \--- org.jetbrains.compose.animation:animation-core:1.7.3
 |    |    |    |                        \--- org.jetbrains.compose.ui:ui:1.7.3
 |    |    |    |                             +--- org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4
-|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    |    |                             +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4
-|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    |    |                             +--- org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4
-|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |                             |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
 |    |    |    |                             \--- org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4
-|    |    |    |                                  \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.10 (*)
+|    |    |    |                                  \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.24 -> 2.1.20 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    +--- project :modules:features:settings
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    |    +--- com.mikepenz:aboutlibraries-compose:11.6.3
 |    |    |    \--- com.mikepenz:aboutlibraries-compose-android:11.6.3
 |    |    |         +--- com.mikepenz:aboutlibraries-core:11.6.3
 |    |    |         |    \--- com.mikepenz:aboutlibraries-core-android:11.6.3
 |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.8
 |    |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.8
-|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.10 (*)
+|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.1.20 (*)
-|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |    |    |         |         \--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0
 |    |    |         |              \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.8.0
-|    |    |         |                   +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    |    |         |                   +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
 |    |    |         |                   \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.8.0
 |    |    |         |                        \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.8.0
-|    |    |         |                             \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.10 (*)
+|    |    |         |                             \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 -> 2.1.20 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 -> 2.1.20 (*)
 |    |    +--- androidx.compose.runtime:runtime-rxjava2 -> 1.7.6
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- io.github.kevinnzou:compose-webview:0.33.6
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0 -> 2.1.20 (*)
 |    |    +--- androidx.hilt:hilt-navigation-compose:1.2.0
 |    |    |    +--- androidx.hilt:hilt-navigation:1.2.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    +--- androidx.constraintlayout:constraintlayout-compose:1.0.1
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10 -> 2.1.20 (*)
 |    +--- androidx.compose.runtime:runtime-livedata -> 1.7.6
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    \--- androidx.navigation:navigation-fragment-ktx:2.7.7
 |         \--- androidx.navigation:navigation-fragment:2.7.7
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- project :modules:features:discover
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    \--- project :modules:features:podcasts
 |         +--- project :modules:features:player
-|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |         |    +--- androidx.compose.material3:material3-window-size-class-android -> 1.3.0
-|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*)
 |         |    +--- project :modules:features:reimagine
 |         |    |    +--- project :modules:services:sharing
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |         |    |    +--- dev.shreyaspatil:capturable:3.0.1
-|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.10 (*)
+|         |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.21 -> 2.1.20 (*)
-|         |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|         |    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|         |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|         |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|         +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
 +--- project :modules:features:engage
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:endofyear
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:filters
 |    +--- com.google.android.flexbox:flexbox:3.0.0
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:navigation
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:profile
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    +--- project :modules:features:referrals
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)
 +--- project :modules:features:shared
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:taskerplugin
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 +--- project :modules:features:widgets
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
 |    +--- androidx.compose.material3:material3 -> 1.3.0
 |    |    \--- androidx.compose.material3:material3-android:1.3.0
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.10 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 2.1.20 (*)
 |    +--- androidx.glance:glance-appwidget:1.0.0
 |    |    +--- androidx.core:core-remoteviews:1.0.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    |    +--- androidx.glance:glance:1.0.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 |    \--- androidx.glance:glance-material3:1.0.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.20 (*)
 +--- project :modules:services:media-noop
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:2.1.20 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.10 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:2.1.20 (*)

Build environment changes

list
+ New Dependencies
org.jetbrains.kotlin:fus-statistics-gradle-plugin:2.1.20

! Upgraded Dependencies
com.google.code.gson:gson:2.11.0, (changed from 2.10.1)
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.1.20-1.0.31, (changed from 2.1.10-1.0.31)
com.google.devtools.ksp:symbol-processing-api:2.1.20-1.0.31, (changed from 2.1.10-1.0.31)
com.google.devtools.ksp:symbol-processing-common-deps:2.1.20-1.0.31, (changed from 2.1.10-1.0.31)
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.20-1.0.31, (changed from 2.1.10-1.0.31)
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-build-statistics:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-build-tools-api:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-compiler-runner:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-daemon-client:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-idea-proto:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugin-model:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-klib-commonizer-api:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-native-utils:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-tooling-core:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-util-io:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-util-klib:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlin:kotlin-util-klib-metadata:2.1.20, (changed from 2.1.10)
org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.0, (changed from 1.6.4)
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0, (changed from 1.6.4)
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0, (changed from 1.6.4)

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

@geekygecko geekygecko added this to the 7.86 milestone Mar 25, 2025
@geekygecko geekygecko merged commit 5d96594 into main Mar 25, 2025
17 checks passed
@geekygecko geekygecko deleted the dependabot/gradle/kotlin-ksp-4d58a392e7 branch March 25, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Area] Dependencies Pull requests that update a dependency file [Type] Tech Debt Involving upgrades or refactoring to maintain or enhance the codebase.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants