Skip to content

Commit

Permalink
Update kotlinpoet to v2.1.0 (#1969)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.squareup:kotlinpoet-ksp](https://redirect.github.com/square/kotlinpoet)
| dependencies | minor | `2.0.0` -> `2.1.0` |
|
[com.squareup:kotlinpoet](https://redirect.github.com/square/kotlinpoet)
| dependencies | minor | `2.0.0` -> `2.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>square/kotlinpoet (com.squareup:kotlinpoet-ksp)</summary>

###
[`v2.1.0`](https://redirect.github.com/square/kotlinpoet/releases/tag/2.1.0)

[Compare
Source](https://redirect.github.com/square/kotlinpoet/compare/2.0.0...2.1.0)

Thanks to
[@&#8203;ForteScarlet](https://redirect.github.com/ForteScarlet),
[@&#8203;TrevorSStone](https://redirect.github.com/TrevorSStone),
[@&#8203;RaoPrashanth](https://redirect.github.com/RaoPrashanth),
[@&#8203;damianw](https://redirect.github.com/damianw),
[@&#8203;ansehoon1999](https://redirect.github.com/ansehoon1999),
[@&#8203;TheMrMilchmann](https://redirect.github.com/TheMrMilchmann) for
contributing to this release.

-   New: Kotlin 2.1.10.
-   New: KSP 2.1.10-1.0.30.
- Fix: Support delegates on anonymous classes.
([#&#8203;2034](https://redirect.github.com/square/kotlinpoet/issues/2034))
- Fix: Prevent aliased imports from colliding with existing imports.
([#&#8203;2052](https://redirect.github.com/square/kotlinpoet/issues/2052))
- Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the
`MutableEntry` nested class name.
([#&#8203;2061](https://redirect.github.com/square/kotlinpoet/issues/2061))
- Fix: Use the same aliased import for both the nullable and
non-nullable versions of a type.
([#&#8203;2068](https://redirect.github.com/square/kotlinpoet/issues/2068))
- Fix: Allow zero methods in a functional interface if it has a
superinterface.
([#&#8203;2075](https://redirect.github.com/square/kotlinpoet/issues/2075))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Feb 28, 2025
1 parent df75c59 commit 7e5941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kct = "0.7.0"
kotlin = "2.1.10"
kotlinInject = "0.7.2"
kotlinInject-anvil = "0.1.2"
kotlinpoet = "2.0.0"
kotlinpoet = "2.1.0"
kotlinx-coroutines = "1.10.1"
kotlinx-serialization = "1.8.0"
ksp = "2.1.10-1.0.31"
Expand Down

0 comments on commit 7e5941e

Please sign in to comment.