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

[pull] develop from leonlatsch:develop #58

Merged
merged 4 commits into from
Jun 16, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 16, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

c-franco and others added 4 commits June 14, 2024 11:39
**Description:**

 - completed all Spanish translation

**Tasks:**

- [ ] Build CI Runs
- [ ] Code Analysis up to standards
Bumps the dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.android.tools.build:gradle | `8.4.1` | `8.5.0` |
|
[org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin)
| `1.9.23` | `2.0.0` |
|
[com.jaredsburrows:gradle-license-plugin](https://github.com/jaredsburrows/gradle-license-plugin)
| `0.9.7` | `0.9.8` |
| androidx.lifecycle:lifecycle-viewmodel-ktx | `2.7.0` | `2.8.2` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.7.0` | `2.8.2` |
| androidx.viewpager2:viewpager2 | `1.0.0` | `1.1.0` |
|
[org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines)
| `1.8.0` | `1.8.1` |
|
[org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines)
| `1.8.0` | `1.8.1` |
| androidx.paging:paging-runtime-ktx | `3.2.1` | `3.3.0` |
| androidx.compose:compose-bom | `2024.04.01` | `2024.06.00` |
| androidx.appcompat:appcompat | `1.6.1` | `1.7.0` |


Updates `com.android.tools.build:gradle` from 8.4.1 to 8.5.0

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.23 to 2.0.0
<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.0</h2>
<h2>Changelog</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a>
Support reading klib contents in Analysis API</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a>
K2: Anaysis API: ContextCollector triggers redundant resolution in the
case of file elements</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a>
Analysis API: 50GB memory allocation on creating empty
kotlinx.collections.immutable.persistentMapOf</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a>
K2: optimize getFirForNonKtFileElement for references inside super type
reference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a>
K2: getOnAirGetTowerContextProvider took too much time due to on air
resolve</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a>
Analysis API: optimize AllCandidatesResolver.getAllCandidates</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a>
Analysis API: dummy.kt is not a physical file</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a>
K2: FirDeclarationStatusImpl cannot be cast to
FirResolvedDeclarationStatus from STATUS</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a>
Analysis Api: FirFile for KtCodeFragments are created and not updated on
changes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a>
K2 IDE: Implement KMP support for sealed class inheritors</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a>
K2: Unresolved calls to functions in scripts depending on included
projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a>
Analysis API Standalone:
<code>FirDeclarationForCompiledElementSearcher</code> does not find
compiled elements</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a>
AA: render expect/actual modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a>
KtCodeFragment.clone() is broken</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a>
K2 CodeGen AA: missing annotation setup for function in source module
but not in a compile target file</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a>
Analysis API: Members implemented by delegation have no overridden
symbols</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a>
Analysis API: Symbols <code>SUBSTITUTION_OVERRIDE</code> have no
overridden symbols</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a>
K2: &quot;Collection contains no element matching the predicate&quot; on
an unresolved call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a>
K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to
FirResolvedDeclarationStatus</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a>
AbstractGetKlibSourceFileNameTest: The dependency to
&quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a>
Analysis API: support type annotations in
KtPsiTypeProviderMixIn#asPsiType</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a>
Analysis API Standalone: Remove test-specific calculation of sealed
class inheritors</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a>
Analysis API Standalone: Sealed inheritors aren't correctly calculated
for source classes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a>
K2 IDE: Unresolved java annotation methods in KDoc</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a>
K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for
Java type parameter with wrong use site</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a>
Support VirtualFile inputs to Analysis API modules</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a>
Substituted types are not provided for callable references</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a>
Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a
class to be a subclass of itself</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a>
K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl
of FirValueParameterImpl(Source) but FirArgumentListImpl
found&quot;</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a>
Analysis API: Use soft references in
<code>FileStructureCache</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a>
K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a>
K2 / IDE: KtFirExpressionTypeProvider bugs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a>
K2 IDE: &quot;No array element type for vararg value parameter:
org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a>
K2: Analysis API:
<code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive
for script parameter</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a>
K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated
by LL FIR tests</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a>
K2: Stub Based Deserializer: Set versionRequirements to enable
VERSION_REQUIREMENT_DEPRECATION diagnostics</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a>
K2: Analysis API: drop ability to enable global phase resolve lock</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a>
LL FIR: Implement multi-threaded resolve</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.0</h2>
<h3>Analysis. API</h3>
<h4>New Features</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65327"><code>KT-65327</code></a>
Support reading klib contents in Analysis API</li>
</ul>
<h4>Performance Improvements</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65560"><code>KT-65560</code></a>
K2: Anaysis API: ContextCollector triggers redundant resolution in the
case of file elements</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64987"><code>KT-64987</code></a>
Analysis API: 50GB memory allocation on creating empty
kotlinx.collections.immutable.persistentMapOf</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61789"><code>KT-61789</code></a>
K2: optimize getFirForNonKtFileElement for references inside super type
reference</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59498"><code>KT-59498</code></a>
K2: getOnAirGetTowerContextProvider took too much time due to on air
resolve</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61728"><code>KT-61728</code></a>
Analysis API: optimize AllCandidatesResolver.getAllCandidates</li>
</ul>
<h4>Fixes</h4>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65561"><code>KT-65561</code></a>
Analysis API: dummy.kt is not a physical file</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65616"><code>KT-65616</code></a>
K2: FirDeclarationStatusImpl cannot be cast to
FirResolvedDeclarationStatus from STATUS</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65600"><code>KT-65600</code></a>
Analysis Api: FirFile for KtCodeFragments are created and not updated on
changes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64919"><code>KT-64919</code></a>
K2 IDE: Implement KMP support for sealed class inheritors</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64241"><code>KT-64241</code></a>
K2: Unresolved calls to functions in scripts depending on included
projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65813"><code>KT-65813</code></a>
Analysis API Standalone:
<code>FirDeclarationForCompiledElementSearcher</code> does not find
compiled elements</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66052"><code>KT-66052</code></a>
AA: render expect/actual modifier</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66795"><code>KT-66795</code></a>
KtCodeFragment.clone() is broken</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66532"><code>KT-66532</code></a>
K2 CodeGen AA: missing annotation setup for function in source module
but not in a compile target file</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64833"><code>KT-64833</code></a>
Analysis API: Members implemented by delegation have no overridden
symbols</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62405"><code>KT-62405</code></a>
Analysis API: Symbols <code>SUBSTITUTION_OVERRIDE</code> have no
overridden symbols</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66749"><code>KT-66749</code></a>
K2: &quot;Collection contains no element matching the predicate&quot; on
an unresolved call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62832"><code>KT-62832</code></a>
K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to
FirResolvedDeclarationStatus</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66719"><code>KT-66719</code></a>
AbstractGetKlibSourceFileNameTest: The dependency to
&quot;:native:analysis-api-klib-reader&quot; breaks JPS compilation</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66603"><code>KT-66603</code></a>
Analysis API: support type annotations in
KtPsiTypeProviderMixIn#asPsiType</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64505"><code>KT-64505</code></a>
Analysis API Standalone: Remove test-specific calculation of sealed
class inheritors</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66013"><code>KT-66013</code></a>
Analysis API Standalone: Sealed inheritors aren't correctly calculated
for source classes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62880"><code>KT-62880</code></a>
K2 IDE: Unresolved java annotation methods in KDoc</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66530"><code>KT-66530</code></a>
K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for
Java type parameter with wrong use site</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65571"><code>KT-65571</code></a>
Support VirtualFile inputs to Analysis API modules</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66485"><code>KT-66485</code></a>
Substituted types are not provided for callable references</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66498"><code>KT-66498</code></a>
Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a
class to be a subclass of itself</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64579"><code>KT-64579</code></a>
K2 IDE: &quot;Expected FirResolvedArgumentList for FirAnnotationCallImpl
of FirValueParameterImpl(Source) but FirArgumentListImpl
found&quot;</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-65978"><code>KT-65978</code></a>
Analysis API: Use soft references in
<code>FileStructureCache</code></li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-64051"><code>KT-64051</code></a>
K2 IDE: Analysis API: Unresolved links to typealias in KDoc</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66189"><code>KT-66189</code></a>
K2 / IDE: KtFirExpressionTypeProvider bugs</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61422"><code>KT-61422</code></a>
K2 IDE: &quot;No array element type for vararg value parameter:
org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl&quot;</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66276"><code>KT-66276</code></a>
K2: Analysis API:
<code>TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM</code> false positive
for script parameter</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66232"><code>KT-66232</code></a>
K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated
by LL FIR tests</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60996"><code>KT-60996</code></a>
K2: Stub Based Deserializer: Set versionRequirements to enable
VERSION_REQUIREMENT_DEPRECATION diagnostics</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-66306"><code>KT-66306</code></a>
K2: Analysis API: drop ability to enable global phase resolve lock</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55750"><code>KT-55750</code></a>
LL FIR: Implement multi-threaded resolve</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JetBrains/kotlin/commit/e84e83568cde569ee54980542e37c87507e914bc"><code>e84e835</code></a>
Add changelog for 2.0.0</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/975dea282fbc4968b913bfd15babc735bf7f2509"><code>975dea2</code></a>
Add changelog for 2.0.0-RC3</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/b618ee4e954bfe80540d82366281f3b5436a4bd4"><code>b618ee4</code></a>
[FIR] Prohibit referencing java field in case of conflict with
property..</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/b239239cc1eb55db990c3c6951dcc555c3fcf97d"><code>b239239</code></a>
K2: build outer classes sequence in FirImplicitBodyResolve properly</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/afc5b49b8e92e83e8fb6166a3449c92f0b960e27"><code>afc5b49</code></a>
[IR] Assume IrFile has at least one offset entry</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/be1804cd908414ab40ec66830336aab9cfb8b7fc"><code>be1804c</code></a>
[K/N][tests] Don't attempt to download simulator after first
failure</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/b6661605d6ee893ea2466910edbdb6e29b4433f7"><code>b666160</code></a>
K2: fix captureFromExpressionInternal for nullable intersection
types</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/f04f0514100e4d976608b809621a19a19ae326b2"><code>f04f051</code></a>
K2: fix withNullability() for ConeIntersectionType</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/cda1ad413239a610eeea355d2e4a763e0107f01e"><code>cda1ad4</code></a>
K2: reproduce KT-67912</li>
<li><a
href="https://github.com/JetBrains/kotlin/commit/8e0919e3a1d333ef67572791e315a556489b11d7"><code>8e0919e</code></a>
[K2/JS] Use declaration session for looking up containing
declaration</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.jaredsburrows:gradle-license-plugin` from 0.9.7 to 0.9.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jaredsburrows/gradle-license-plugin/releases">com.jaredsburrows:gradle-license-plugin's
releases</a>.</em></p>
<blockquote>
<h2>0.9.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump com.jaredsburrows.license from 0.9.4 to 0.9.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/423">jaredsburrows/gradle-license-plugin#423</a></li>
<li>Bump com.squareup.moshi:moshi from 1.15.0 to 1.15.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/424">jaredsburrows/gradle-license-plugin#424</a></li>
<li>build with java 17 by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/414">jaredsburrows/gradle-license-plugin#414</a></li>
<li>gradle 8 by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/260">jaredsburrows/gradle-license-plugin#260</a></li>
<li>gradle 8.5 by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/426">jaredsburrows/gradle-license-plugin#426</a></li>
<li>Bump com.jaredsburrows.license from 0.9.6 to 0.9.7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/428">jaredsburrows/gradle-license-plugin#428</a></li>
<li>Update README.md by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/427">jaredsburrows/gradle-license-plugin#427</a></li>
<li>Bump gradle/gradle-build-action from 2.12.0 to 3.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/429">jaredsburrows/gradle-license-plugin#429</a></li>
<li>optimizations by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/430">jaredsburrows/gradle-license-plugin#430</a></li>
<li>Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/432">jaredsburrows/gradle-license-plugin#432</a></li>
<li>Sort set of licenses in HTML report by <a
href="https://github.com/monae"><code>@​monae</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/431">jaredsburrows/gradle-license-plugin#431</a></li>
<li>Sort project group order in HTML report using license keys by <a
href="https://github.com/monae"><code>@​monae</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/433">jaredsburrows/gradle-license-plugin#433</a></li>
<li>Bump EnricoMi/publish-unit-test-result-action from 2.12.0 to 2.13.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/434">jaredsburrows/gradle-license-plugin#434</a></li>
<li>Bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/437">jaredsburrows/gradle-license-plugin#437</a></li>
<li>Bump EnricoMi/publish-unit-test-result-action from 2.13.0 to 2.14.0
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/436">jaredsburrows/gradle-license-plugin#436</a></li>
<li>Bump actions/upload-artifact from 4.3.0 to 4.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/435">jaredsburrows/gradle-license-plugin#435</a></li>
<li>Bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/438">jaredsburrows/gradle-license-plugin#438</a></li>
<li>Bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/440">jaredsburrows/gradle-license-plugin#440</a></li>
<li>Remove debug print by <a
href="https://github.com/monae"><code>@​monae</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/439">jaredsburrows/gradle-license-plugin#439</a></li>
<li>Bump gradle/gradle-build-action from 3.0.0 to 3.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/442">jaredsburrows/gradle-license-plugin#442</a></li>
<li>Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/449">jaredsburrows/gradle-license-plugin#449</a></li>
<li>Bump actions/setup-java from 4.0.0 to 4.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/448">jaredsburrows/gradle-license-plugin#448</a></li>
<li>Bump EnricoMi/publish-unit-test-result-action from 2.14.0 to 2.15.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/447">jaredsburrows/gradle-license-plugin#447</a></li>
<li>Bump kotlin from 1.9.22 to 1.9.23 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/452">jaredsburrows/gradle-license-plugin#452</a></li>
<li>Bump com.vanniktech.maven.publish from 0.27.0 to 0.28.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/454">jaredsburrows/gradle-license-plugin#454</a></li>
<li>Bump EnricoMi/publish-unit-test-result-action from 2.15.1 to 2.16.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/460">jaredsburrows/gradle-license-plugin#460</a></li>
<li>Bump actions/setup-java from 4.1.0 to 4.2.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/456">jaredsburrows/gradle-license-plugin#456</a></li>
<li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/455">jaredsburrows/gradle-license-plugin#455</a></li>
<li>Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/461">jaredsburrows/gradle-license-plugin#461</a></li>
<li>POM artifact resolution by <a
href="https://github.com/t-beckmann"><code>@​t-beckmann</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/463">jaredsburrows/gradle-license-plugin#463</a></li>
<li>Add dark mode support for html by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/464">jaredsburrows/gradle-license-plugin#464</a></li>
<li>Dont show versions in html by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/465">jaredsburrows/gradle-license-plugin#465</a></li>
<li>fix wrong css by <a
href="https://github.com/jaredsburrows"><code>@​jaredsburrows</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/468">jaredsburrows/gradle-license-plugin#468</a></li>
<li>Configure Renovate by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/469">jaredsburrows/gradle-license-plugin#469</a></li>
<li>Update gradle/wrapper-validation-action action to v2.1.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/471">jaredsburrows/gradle-license-plugin#471</a></li>
<li>Update gradle/wrapper-validation-action action to v3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/479">jaredsburrows/gradle-license-plugin#479</a></li>
<li>Update gradle/actions action to v3.3.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/475">jaredsburrows/gradle-license-plugin#475</a></li>
<li>Remove redundant Gradle caching on CI by <a
href="https://github.com/Goooler"><code>@​Goooler</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/483">jaredsburrows/gradle-license-plugin#483</a></li>
<li>Update gradle/actions action to v3.3.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/482">jaredsburrows/gradle-license-plugin#482</a></li>
<li>Update actions/checkout action to v4.1.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/484">jaredsburrows/gradle-license-plugin#484</a></li>
<li>Update plugin com.gradle.enterprise to v3.17.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/476">jaredsburrows/gradle-license-plugin#476</a></li>
<li>Update actions/upload-artifact action to v4.3.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/481">jaredsburrows/gradle-license-plugin#481</a></li>
<li>Update actions/checkout action to v4.1.4 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/486">jaredsburrows/gradle-license-plugin#486</a></li>
<li>Update gradle/actions action to v3.3.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/487">jaredsburrows/gradle-license-plugin#487</a></li>
<li>Update dependency org.xmlunit:xmlunit-matchers to v2.10.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/489">jaredsburrows/gradle-license-plugin#489</a></li>
<li>Make sure dependencies are sorted deterministically by <a
href="https://github.com/francescocervone"><code>@​francescocervone</code></a>
in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/496">jaredsburrows/gradle-license-plugin#496</a></li>
<li>Update kotlin monorepo to v1.9.24 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/495">jaredsburrows/gradle-license-plugin#495</a></li>
<li>Update dependency org.apache.commons:commons-csv to v1.11.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/490">jaredsburrows/gradle-license-plugin#490</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jaredsburrows/gradle-license-plugin/blob/master/CHANGELOG.md">com.jaredsburrows:gradle-license-plugin's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.9.8 <em>(2024-06-06)</em></h2>
<ul>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/496">#496</a>
Make sure dependencies are sorted deterministically</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/465">#465</a>
Don't show versions in html</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/464">#464</a>
Add dark mode support for html</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/463">#463</a>
POM artifact resolution</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/439">#439</a>
Remove debug print</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/433">#433</a>
Sort project group order in HTML report using license keys</li>
<li><a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/pull/431">#431</a>
Sort set of licenses in HTML report</li>
</ul>
<p>Many thanks to
<a href="https://github.com/monae"><code>@​monae</code></a>
<a href="https://github.com/t-beckmann"><code>@​t-beckmann</code></a>
<a
href="https://github.com/francescocervone"><code>@​francescocervone</code></a>
for the code contributions!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/5fe44083a069e3e58fb9c4e3c57ec1d5b163dc62"><code>5fe4408</code></a>
prepare next development version</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/c0df28b1e7408e40b844e642e65cef5a8489bf5a"><code>c0df28b</code></a>
Update dependency org.apache.maven:maven-model to v3.9.7 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/505">#505</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/0d163e9e1ccaa2b0a5e02b3f5b1ac197dbda8499"><code>0d163e9</code></a>
Update kotlin monorepo to v2 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/504">#504</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/49d71f0372c3d4f8a386673686b1196bcb0972bf"><code>49d71f0</code></a>
Update actions/checkout action to v4.1.6 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/500">#500</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/dac7d840a84353276da33c5f2a88399edb481f38"><code>dac7d84</code></a>
Update plugin com.gradle.develocity to v3.17.4 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/498">#498</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/e0c1a92184b73f34982bce8374b435a3a1c4cae3"><code>e0c1a92</code></a>
Update plugin ktlint to v12.1.1 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/497">#497</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/e66525e2aae34c3238b169e678c4543a542fbdf6"><code>e66525e</code></a>
Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/493">#493</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/a9a81966822ec15861f46dce28d4e06b7f0f95f5"><code>a9a8196</code></a>
Bump actions/checkout from 4.1.4 to 4.1.5 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/494">#494</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/8aee3a3a24f9329088f7a93d237b6cd118fe000a"><code>8aee3a3</code></a>
Update dependency org.apache.commons:commons-csv to v1.11.0 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/490">#490</a>)</li>
<li><a
href="https://github.com/jaredsburrows/gradle-license-plugin/commit/743b75c8d706184feb036874a5c36d42cf922b92"><code>743b75c</code></a>
Update kotlin monorepo to v1.9.24 (<a
href="https://redirect.github.com/jaredsburrows/gradle-license-plugin/issues/495">#495</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jaredsburrows/gradle-license-plugin/compare/0.9.7...0.9.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.7.0 to 2.8.2

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.7.0 to 2.8.2

Updates `androidx.viewpager2:viewpager2` from 1.0.0 to 1.1.0

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.0 to
1.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/releases">org.jetbrains.kotlinx:kotlinx-coroutines-core's
releases</a>.</em></p>
<blockquote>
<h2>1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h2>1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-core's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h3>Changelog relative to version 1.8.1-Beta</h3>
<ul>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small documentation fixes.</li>
</ul>
<h2>Version 1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/cd696d3f8f4afdbc735915c2bded974616331b55"><code>cd696d3</code></a>
Version 1.8.1</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/c1ba5af8c5d10a3d2f923f89b98f6ab1b394e24d"><code>c1ba5af</code></a>
Fix the ticker channel example giving wrong results on the website (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4109">#4109</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/2430d9a799de6fdbe0ce89e5e61e1d8d4cfdfb1e"><code>2430d9a</code></a>
Fix broken API reference links to the Project Reactor Javadoc (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4111">#4111</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f22b229a09fb0a1959c3eb26fccc24bd7cb3fafb"><code>f22b229</code></a>
fix the link to <code>Thread.uncaughtExceptionHandler</code></li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/515308dc3d5fe0624f235cb9fd84358e7e59b7a1"><code>515308d</code></a>
fix: get rid of horizontal scrolling by splitting the comment and show
more c...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f8d1821f137cad86561723e8a1a0bf8a3a81fda1"><code>f8d1821</code></a>
Fix typo in coroutine-context-and-dispatchers.md (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3941">#3941</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/20707d35acb124fdadbd96eafef4edb8294c2e46"><code>20707d3</code></a>
fix: remove <code>sampleStart</code> and <code>sampleEnd</code> comments
from example in coroutine-...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/01485343b4fab3692d0806b4c3706b23c6b04f1d"><code>0148534</code></a>
chore: fix identation in example loadContributorsBlocking() (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4085">#4085</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/74774df13a8dd30980a96add574c19b2f2edbfca"><code>74774df</code></a>
Docs: reference to The Hitchhiker's Guide to the Galaxy (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4082">#4082</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/d106ac7c362c54fdeffacc6af0b161ed107babaa"><code>d106ac7</code></a>
Docs: avoid scrolling sample code; fix test description; add () to
functions ...</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.8.0 to
1.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/releases">org.jetbrains.kotlinx:kotlinx-coroutines-android's
releases</a>.</em></p>
<blockquote>
<h2>1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h2>1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-android's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h3>Changelog relative to version 1.8.1-Beta</h3>
<ul>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small documentation fixes.</li>
</ul>
<h2>Version 1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/cd696d3f8f4afdbc735915c2bded974616331b55"><code>cd696d3</code></a>
Version 1.8.1</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/c1ba5af8c5d10a3d2f923f89b98f6ab1b394e24d"><code>c1ba5af</code></a>
Fix the ticker channel example giving wrong results on the website (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4109">#4109</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/2430d9a799de6fdbe0ce89e5e61e1d8d4cfdfb1e"><code>2430d9a</code></a>
Fix broken API reference links to the Project Reactor Javadoc (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4111">#4111</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f22b229a09fb0a1959c3eb26fccc24bd7cb3fafb"><code>f22b229</code></a>
fix the link to <code>Thread.uncaughtExceptionHandler</code></li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/515308dc3d5fe0624f235cb9fd84358e7e59b7a1"><code>515308d</code></a>
fix: get rid of horizontal scrolling by splitting the comment and show
more c...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f8d1821f137cad86561723e8a1a0bf8a3a81fda1"><code>f8d1821</code></a>
Fix typo in coroutine-context-and-dispatchers.md (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3941">#3941</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/20707d35acb124fdadbd96eafef4edb8294c2e46"><code>20707d3</code></a>
fix: remove <code>sampleStart</code> and <code>sampleEnd</code> comments
from example in coroutine-...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/01485343b4fab3692d0806b4c3706b23c6b04f1d"><code>0148534</code></a>
chore: fix identation in example loadContributorsBlocking() (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4085">#4085</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/74774df13a8dd30980a96add574c19b2f2edbfca"><code>74774df</code></a>
Docs: reference to The Hitchhiker's Guide to the Galaxy (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4082">#4082</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/d106ac7c362c54fdeffacc6af0b161ed107babaa"><code>d106ac7</code></a>
Docs: avoid scrolling sample code; fix test description; add () to
functions ...</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.8.0 to
1.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/releases">org.jetbrains.kotlinx:kotlinx-coroutines-android's
releases</a>.</em></p>
<blockquote>
<h2>1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h2>1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md">org.jetbrains.kotlinx:kotlinx-coroutines-android's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.8.1</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Introduce a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small tweaks and documentation fixes.</li>
</ul>
<h3>Changelog relative to version 1.8.1-Beta</h3>
<ul>
<li><code>Flow.timeout</code> throws the exception with which the
channel was closed (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4071">#4071</a>).</li>
<li>Small documentation fixes.</li>
</ul>
<h2>Version 1.8.1-Beta</h2>
<ul>
<li>Remove the <code>@ExperimentalTime</code> annotation from usages of
<code>TimeSource</code> (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4046">#4046</a>).
Thanks, <a
href="https://github.com/hfhbd"><code>@​hfhbd</code></a>!</li>
<li>Attempt a workaround for an Android bug that caused an occasional
<code>NullPointerException</code> when setting the
<code>StateFlow</code> value on old Android devices (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3820">#3820</a>).</li>
<li>No longer use <code>kotlin.random.Random</code> as part of
<code>Dispatchers.Default</code> and <code>Dispatchers.IO</code>
initialization (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4051">#4051</a>).</li>
<li>Small tweaks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/cd696d3f8f4afdbc735915c2bded974616331b55"><code>cd696d3</code></a>
Version 1.8.1</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/c1ba5af8c5d10a3d2f923f89b98f6ab1b394e24d"><code>c1ba5af</code></a>
Fix the ticker channel example giving wrong results on the website (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4109">#4109</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/2430d9a799de6fdbe0ce89e5e61e1d8d4cfdfb1e"><code>2430d9a</code></a>
Fix broken API reference links to the Project Reactor Javadoc (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4111">#4111</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f22b229a09fb0a1959c3eb26fccc24bd7cb3fafb"><code>f22b229</code></a>
fix the link to <code>Thread.uncaughtExceptionHandler</code></li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/515308dc3d5fe0624f235cb9fd84358e7e59b7a1"><code>515308d</code></a>
fix: get rid of horizontal scrolling by splitting the comment and show
more c...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/f8d1821f137cad86561723e8a1a0bf8a3a81fda1"><code>f8d1821</code></a>
Fix typo in coroutine-context-and-dispatchers.md (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3941">#3941</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/20707d35acb124fdadbd96eafef4edb8294c2e46"><code>20707d3</code></a>
fix: remove <code>sampleStart</code> and <code>sampleEnd</code> comments
from example in coroutine-...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/01485343b4fab3692d0806b4c3706b23c6b04f1d"><code>0148534</code></a>
chore: fix identation in example loadContributorsBlocking() (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4085">#4085</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/74774df13a8dd30980a96add574c19b2f2edbfca"><code>74774df</code></a>
Docs: reference to The Hitchhiker's Guide to the Galaxy (<a
href="https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4082">#4082</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.coroutines/commit/d106ac7c362c54fdeffacc6af0b161ed107babaa"><code>d106ac7</code></a>
Docs: avoid scrolling sample code; fix test description; add () to
functions ...</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `androidx.paging:paging-runtime-ktx` from 3.2.1 to 3.3.0

Updates `androidx.compose:compose-bom` from 2024.04.01 to 2024.06.00

Updates `androidx.appcompat:appcompat` from 1.6.1 to 1.7.0


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leon Latsch <[email protected]>
@pull pull bot added the ⤵️ pull label Jun 16, 2024
@pull pull bot merged commit 58d9bae into androiddevnotesforks:develop Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants