forked from leonlatsch/Photok
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] develop from leonlatsch:develop #70
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the dependencies group with 11 updates: | Package | From | To | | --- | --- | --- | | com.android.tools.build:gradle | `8.5.1` | `8.6.0` | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.20` | | [com.google.dagger:hilt-android-gradle-plugin](https://github.com/google/dagger) | `2.51.1` | `2.52` | | androidx.paging:paging-runtime-ktx | `3.3.1` | `3.3.2` | | [com.google.dagger:dagger](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:hilt-android](https://github.com/google/dagger) | `2.51.1` | `2.52` | | [com.google.dagger:hilt-android-compiler](https://github.com/google/dagger) | `2.51.1` | `2.52` | | androidx.compose:compose-bom | `2024.06.00` | `2024.08.00` | | [me.saket.telephoto:zoomable-image-coil](https://github.com/saket/telephoto) | `0.12.1` | `0.13.0` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.0.0` | `2.0.20` | Updates `com.android.tools.build:gradle` from 8.5.1 to 8.6.0 Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.0 to 2.0.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.0.20</h2> <h2>Changelog</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a> Analysis API: support KtWhenConditionInRange call resolution</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a> K2: do not call redundant resolve on body resolution phase for classes</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a> Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a> K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a> Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a> LL API: support analysis from builtins module</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a> K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a> Analysis API: Refactor <code>KaSymbol</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a> K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code> class in common code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a> Analysis API: rename Kt prefix to Ka</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a> Analysis API: expose only interfaces/abstract classes for the user surface</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a> K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a> collectCallCandidates works incorrectly for parenthesis invoke</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a> Analysis API: Integrate <code>project-structure</code> module into <code>analysis-api</code> and <code>analysis-api-platform-interface</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a> AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a> Analysis API: Stabilize <code>KaScope</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a> K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a> Introduce KaSeverity</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a> Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a> Mark KaFirReference and all implementations with internal modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a> Move KaSymbolBasedReference to resolution package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a> Move KaTypeProjection to types package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a> K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a> Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a> K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type alias with available underlying type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a> Analysis API: Add PSI validity check to <code>analyze</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a> Analysis API: fix binary incopatibility problems cause by <code>KtAnalysisSessionProvider.analyze</code> being inline</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a> To get reference symbol the one should be KtSymbolBasedReference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a> Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code> to <code>classId</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a> Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a> K2 IDE. SOE on settings string template for string variable with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a> K2: "We should be able to find a symbol" for findNonLocalFunction</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a> AA: support <code>KtFirKDocReference#isReferenceToImportAlias</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a> AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a> Analysis API: Expose the abbreviated type of an expanded <code>KtType</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a> K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin:kotlin-gradle-plugin's changelog</a>.</em></p> <blockquote> <h2>2.0.20</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a> Analysis API: support KtWhenConditionInRange call resolution</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a> K2: do not call redundant resolve on body resolution phase for classes</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a> Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a> K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a> Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a> LL API: support analysis from builtins module</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a> K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a> Analysis API: Refactor <code>KaSymbol</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a> K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code> class in common code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a> Analysis API: rename Kt prefix to Ka</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a> Analysis API: expose only interfaces/abstract classes for the user surface</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a> K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a> collectCallCandidates works incorrectly for parenthesis invoke</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a> Analysis API: Integrate <code>project-structure</code> module into <code>analysis-api</code> and <code>analysis-api-platform-interface</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a> AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a> Analysis API: Stabilize <code>KaScope</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a> K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a> Introduce KaSeverity</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a> Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a> Mark KaFirReference and all implementations with internal modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a> Move KaSymbolBasedReference to resolution package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a> Move KaTypeProjection to types package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a> K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a> Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a> K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type alias with available underlying type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a> Analysis API: Add PSI validity check to <code>analyze</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a> Analysis API: fix binary incopatibility problems cause by <code>KtAnalysisSessionProvider.analyze</code> being inline</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a> To get reference symbol the one should be KtSymbolBasedReference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a> Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code> to <code>classId</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a> Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a> K2 IDE. SOE on settings string template for string variable with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a> K2: "We should be able to find a symbol" for findNonLocalFunction</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a> AA: support <code>KtFirKDocReference#isReferenceToImportAlias</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a> AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a> Analysis API: Expose the abbreviated type of an expanded <code>KtType</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a> K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/6af99c83470813023dace7d3bd850c6fef8e50c0"><code>6af99c8</code></a> Add changelog for 2.0.20</li> <li><a href="https://github.com/JetBrains/kotlin/commit/68f075d25ed33bf1d3a5820a961f1e9ca9d8d433"><code>68f075d</code></a> Add ChangeLog for 2.0.20-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/2b7c4f71510373e30c192b6fbcf56758a329d041"><code>2b7c4f7</code></a> [K/Wasm] Don't add mappings into source-maps for unavailable sources</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e35e9aefa0ea982affe04d72a277aadab61c4dd9"><code>e35e9ae</code></a> Update codeowners</li> <li><a href="https://github.com/JetBrains/kotlin/commit/c580c67ac21c5d8580b7d03284758cfce136fd98"><code>c580c67</code></a> [K/N] Remember StableRefs, released during RC colleciton (KT-70159)</li> <li><a href="https://github.com/JetBrains/kotlin/commit/565a35c92798ee8fcf0e0678ddce307d4c2ee4cf"><code>565a35c</code></a> [FIR2IR] Unset <code>isLateinit</code> flag for properties implemented by delegation</li> <li><a href="https://github.com/JetBrains/kotlin/commit/5607bd36b1f365dce719c21d3011336dc18edf12"><code>5607bd3</code></a> [Test] Reproduce KT-70417</li> <li><a href="https://github.com/JetBrains/kotlin/commit/ce5d599f21737d6602a04a11a02998dcab7f9c2c"><code>ce5d599</code></a> [K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCorou...</li> <li><a href="https://github.com/JetBrains/kotlin/commit/ca9fb23cffab4519e5b26a2bfd6b3b1598b8a55f"><code>ca9fb23</code></a> Disallow open <a href="https://github.com/Composable"><code>@Composable</code></a> functions with default params</li> <li><a href="https://github.com/JetBrains/kotlin/commit/9a4c77e23d27fa944fc263660976352072462b81"><code>9a4c77e</code></a> Update codeowners</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.20">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-gradle-plugin's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `androidx.paging:paging-runtime-ktx` from 3.3.1 to 3.3.2 Updates `com.google.dagger:dagger` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:dagger's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:dagger-compiler` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:dagger-compiler's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android-compiler` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-compiler's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:dagger-compiler` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:dagger-compiler's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `com.google.dagger:hilt-android-compiler` from 2.51.1 to 2.52 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/dagger/releases">com.google.dagger:hilt-android-compiler's releases</a>.</em></p> <blockquote> <p>Dagger 2.52</p> <p>Notes: Dagger KSP now requires at least KSP 1.9.24-1.0.20.</p> <h1>Bug fixes</h1> <ul> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4302">#4302</a>: Suppress deprecation warnings in generated code. (f41033cc4)</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4323">#4323</a>: Added rules to stop LazyClassKey referenced classes being merged with R8 (81512af9e).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4345">#4345</a>: Fixes intersection type bounds order in generated factories when using KSP (<a href="https://android-review.googlesource.com/c/platform/frameworks/support/+/3164197">aosp/3164197</a>).</li> <li>Fixed <a href="https://redirect.github.com/google/dagger/issues/4352">#4352</a>: Fixes an issue where the parameter name "instance" could conflict with fields of the same name in the component. (952c2504a)</li> <li>Merged pull request <a href="https://redirect.github.com/google/dagger/pull/4305">#4305</a>: Skip view injection when in edit mode for previews. (65b74f832)</li> <li>Fixed an issue where base classes with a package private constructor would cause the generated code to fail (db25237df)</li> <li>Add a jakarta.inject.Provider runtime dependency in preparation for supporting Jakarta Providers (a8581e0a6)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/dagger/commit/05443284c55bced3b2a4402d3c91a8b48121ec63"><code>0544328</code></a> 2.52 release</li> <li><a href="https://github.com/google/dagger/commit/3e0d34981a782376fbef0f686b2749531636b8c6"><code>3e0d349</code></a> Add more information to error message when <a href="https://github.com/AggregatedDeps"><code>@AggregatedDeps</code></a> annotation is miss...</li> <li><a href="https://github.com/google/dagger/commit/da92d19fa0f22bb2c4697e7f83fd3554280d0d0c"><code>da92d19</code></a> Drop latest XProcessing jars into Dagger.</li> <li><a href="https://github.com/google/dagger/commit/4dcf006d8af224a0e31aee021c52324cf098b5af"><code>4dcf006</code></a> Add jarjar test libraries to the Allstar exemption file for binary artifacts.</li> <li><a href="https://github.com/google/dagger/commit/31eec2ac100215b2025c51157684f5aeb0ca7d25"><code>31eec2a</code></a> Update Bazel to use JDK 18.</li> <li><a href="https://github.com/google/dagger/commit/5293ff5128cdc8f651a47a98783e9dfe766dd73d"><code>5293ff5</code></a> Automated Code Change</li> <li><a href="https://github.com/google/dagger/commit/d55d61c6185747166e00520ab4de70ddc1df0899"><code>d55d61c</code></a> No public description</li> <li><a href="https://github.com/google/dagger/commit/952c2504ae4ddd4f1fa7939ac101b27dd17f0b6c"><code>952c250</code></a> Fix an issue where the parameter name "instance" could conflict with fields o...</li> <li><a href="https://github.com/google/dagger/commit/917c0051909602091eb77776f91598f4590caea4"><code>917c005</code></a> Internal changes</li> <li><a href="https://github.com/google/dagger/commit/140e20161fc58668a7db3fbd8e443530ad6ce4b2"><code>140e201</code></a> Completely remove dependency on <a href="https://github.com/google/bazel-common">https://github.com/google/bazel-common</a>.</li> <li>Additional commits viewable in <a href="https://github.com/google/dagger/compare/dagger-2.51.1...dagger-2.52">compare view</a></li> </ul> </details> <br /> Updates `androidx.compose:compose-bom` from 2024.06.00 to 2024.08.00 Updates `me.saket.telephoto:zoomable-image-coil` from 0.12.1 to 0.13.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/saket/telephoto/releases">me.saket.telephoto:zoomable-image-coil's releases</a>.</em></p> <blockquote> <h2>0.13.0</h2> <p>Bug fixes</p> <ul> <li><a href="https://redirect.github.com/saket/telephoto/issues/94">saket/telephoto#94</a>: Sub-sampling does not work for images smaller than the minimum tile size in height</li> <li><a href="https://redirect.github.com/saket/telephoto/issues/95">saket/telephoto#95</a>: <code>IllegalStateException</code>: getWidth called on recycled region decoder</li> <li><a href="https://redirect.github.com/saket/telephoto/issues/96">saket/telephoto#96</a>: <code>IllegalStateException</code>: another transformation is already in progress</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saket/telephoto/commit/322d6734a5a89bdd5e2d331c8da44e3d3452efc9"><code>322d673</code></a> Prepare to release v0.13.0</li> <li><a href="https://github.com/saket/telephoto/commit/57ca6a6c05bbaf2196c4d2b7c6ff744732733a47"><code>57ca6a6</code></a> Revert "Fail fast if settle is called before a transformation ends"</li> <li><a href="https://github.com/saket/telephoto/commit/ce4ec9bdbbbedd65543b15e997ec616194932e45"><code>ce4ec9b</code></a> Rename 'me.saket.android.library.publishing' -> 'me.saket.library.publishing'</li> <li><a href="https://github.com/saket/telephoto/commit/3cefe08ec5dcffebde98f251ad9d9294115d5659"><code>3cefe08</code></a> Remove the JDK version restriction for compiling the project</li> <li><a href="https://github.com/saket/telephoto/commit/96f511151955437f2eeced5af858bd243213308c"><code>96f5111</code></a> Rename ImageRegionDecoder#recycle() -> close()</li> <li><a href="https://github.com/saket/telephoto/commit/4dd6effd3f0e86d308f7372b32155dd65b0f90a6"><code>4dd6eff</code></a> Clear the reference to ImageRegionDecoder after its recycled</li> <li><a href="https://github.com/saket/telephoto/commit/b7ef8e404a02af78b6893946418d18a283e11cb5"><code>b7ef8e4</code></a> Unwrap createRegionDecoder()'s return type</li> <li><a href="https://github.com/saket/telephoto/commit/3fad5147be98b55147f3a4da3aba957151472862"><code>3fad514</code></a> Correctly sub-sample images smaller than the min tile size</li> <li><a href="https://github.com/saket/telephoto/commit/c46c8f9a9b03b57f8244b1e3688b437cafb52971"><code>c46c8f9</code></a> Add a default arg for minTileSize parameter</li> <li><a href="https://github.com/saket/telephoto/commit/a1cf3454134f5ebf900e87056974d8767a39f940"><code>a1cf345</code></a> Prepare next development version</li> <li>See full diff in <a href="https://github.com/saket/telephoto/compare/0.12.1...0.13.0">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.0 to 2.0.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.0.20</h2> <h2>Changelog</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a> Analysis API: support KtWhenConditionInRange call resolution</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a> K2: do not call redundant resolve on body resolution phase for classes</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a> Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a> K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a> Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a> LL API: support analysis from builtins module</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a> K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a> Analysis API: Refactor <code>KaSymbol</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a> K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code> class in common code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a> Analysis API: rename Kt prefix to Ka</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a> Analysis API: expose only interfaces/abstract classes for the user surface</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a> K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a> collectCallCandidates works incorrectly for parenthesis invoke</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a> Analysis API: Integrate <code>project-structure</code> module into <code>analysis-api</code> and <code>analysis-api-platform-interface</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a> AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a> Analysis API: Stabilize <code>KaScope</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a> K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a> Introduce KaSeverity</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a> Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a> Mark KaFirReference and all implementations with internal modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a> Move KaSymbolBasedReference to resolution package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a> Move KaTypeProjection to types package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a> K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a> Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a> K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type alias with available underlying type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a> Analysis API: Add PSI validity check to <code>analyze</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a> Analysis API: fix binary incopatibility problems cause by <code>KtAnalysisSessionProvider.analyze</code> being inline</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a> To get reference symbol the one should be KtSymbolBasedReference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a> Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code> to <code>classId</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a> Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a> K2 IDE. SOE on settings string template for string variable with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a> K2: "We should be able to find a symbol" for findNonLocalFunction</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a> AA: support <code>KtFirKDocReference#isReferenceToImportAlias</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a> AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a> Analysis API: Expose the abbreviated type of an expanded <code>KtType</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a> K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.0.20</h2> <h3>Analysis. API</h3> <h4>New Features</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-68143"><code>KT-68143</code></a> Analysis API: support KtWhenConditionInRange call resolution</li> </ul> <h4>Performance Improvements</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67195"><code>KT-67195</code></a> K2: do not call redundant resolve on body resolution phase for classes</li> </ul> <h4>Fixes</h4> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-67360"><code>KT-67360</code></a> Analysis API: KtDestructuringDeclarationSymbol#entries shouldn't be KtLocalVariableSymbol</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67748"><code>KT-67748</code></a> K2: AllCandidatesResolver modifies the original FirDelegatedConstructorCall</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68198"><code>KT-68198</code></a> Analysis API: Support application service registration in plugin XMLs</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62936"><code>KT-62936</code></a> Analysis API: NativeForwardDeclarationsSymbolProvider is not supported for Kotlin/Native</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68689"><code>KT-68689</code></a> LL API: support analysis from builtins module</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69630"><code>KT-69630</code></a> KAPT User project builds with KAPT4 enabled fail with Metaspace overflow</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65417"><code>KT-65417</code></a> K2 IDE: KTOR false positive expect-actual matching error on enum class because of implicit clone() in non-JVM source sets</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68882"><code>KT-68882</code></a> Analysis API: Refactor <code>KaSymbol</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65413"><code>KT-65413</code></a> K2 IDE: KTOR unresolved serializer() call for <code>@Serializable</code> class in common code</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67996"><code>KT-67996</code></a> Analysis API: rename Kt prefix to Ka</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-67775"><code>KT-67775</code></a> Analysis API: expose only interfaces/abstract classes for the user surface</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68009"><code>KT-68009</code></a> K2: lowering transformers of Compose compiler plugin access AbstractFir2IrLazyFunction modality, which results in null point exception</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68918"><code>KT-68918</code></a> collectCallCandidates works incorrectly for parenthesis invoke</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68462"><code>KT-68462</code></a> Analysis API: Integrate <code>project-structure</code> module into <code>analysis-api</code> and <code>analysis-api-platform-interface</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69131"><code>KT-69131</code></a> AA: "provideDelegate" operator is not resolved from the delegation reference in FIR implementation</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-69055"><code>KT-69055</code></a> Analysis API: Stabilize <code>KaScope</code>s</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66216"><code>KT-66216</code></a> K2 IDE. "FirDeclaration was not found for class org.jetbrains.kotlin.psi.KtProperty, fir is null" on incorrect string template</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68959"><code>KT-68959</code></a> Introduce KaSeverity</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-53669"><code>KT-53669</code></a> Analysis API: redesign KtSymbolOrigin to distinguish kotlin/java source/library declarations</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68846"><code>KT-68846</code></a> Mark KaFirReference and all implementations with internal modifier</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68845"><code>KT-68845</code></a> Move KaSymbolBasedReference to resolution package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68844"><code>KT-68844</code></a> Move KaTypeProjection to types package</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65849"><code>KT-65849</code></a> K2: Rename 'high-level-api' family of JARs to 'analysis-api'</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62540"><code>KT-62540</code></a> Remove uses of TypeInfo.fromString and TypeInfo.createTypeText from Kotlin plugin</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62889"><code>KT-62889</code></a> K2 IDE. FP <code>MISSING_DEPENDENCY_CLASS</code> on not available type alias with available underlying type</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68155"><code>KT-68155</code></a> Analysis API: Add PSI validity check to <code>analyze</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62343"><code>KT-62343</code></a> Analysis API: fix binary incopatibility problems cause by <code>KtAnalysisSessionProvider.analyze</code> being inline</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68498"><code>KT-68498</code></a> To get reference symbol the one should be KtSymbolBasedReference</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68393"><code>KT-68393</code></a> Analysis API: Rename <code>KaClassLikeSymbol. classIdIfNonLocal</code> to <code>classId</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-62924"><code>KT-62924</code></a> Analysis API: rename KtCallableSymbol.callableIdIfNonLocal -> callableId</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66712"><code>KT-66712</code></a> K2 IDE. SOE on settings string template for string variable with the same name</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-65892"><code>KT-65892</code></a> K2: "We should be able to find a symbol" for findNonLocalFunction</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68273"><code>KT-68273</code></a> AA: support <code>KtFirKDocReference#isReferenceToImportAlias</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-68272"><code>KT-68272</code></a> AA: KtFirReference.isReferenceToImportAlias doesn't work for references on constructor</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66996"><code>KT-66996</code></a> Analysis API: Expose the abbreviated type of an expanded <code>KtType</code></li> <li><a href="https://youtrack.jetbrains.com/issue/KT-66646"><code>KT-66646</code></a> K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirUserTypeRefImpl from FirJsHelpersKt.isExportedObject</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/6af99c83470813023dace7d3bd850c6fef8e50c0"><code>6af99c8</code></a> Add changelog for 2.0.20</li> <li><a href="https://github.com/JetBrains/kotlin/commit/68f075d25ed33bf1d3a5820a961f1e9ca9d8d433"><code>68f075d</code></a> Add ChangeLog for 2.0.20-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/2b7c4f71510373e30c192b6fbcf56758a329d041"><code>2b7c4f7</code></a> [K/Wasm] Don't add mappings into source-maps for unavailable sources</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e35e9aefa0ea982affe04d72a277aadab61c4dd9"><code>e35e9ae</code></a> Update codeowners</li> <li><a href="https://github.com/JetBrains/kotlin/commit/c580c67ac21…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )