Commit 5c1393c
Bump squareup-kotlin-poet from 1.18.1 to 2.3.0 (#22755)
* Bump squareup-kotlin-poet from 1.18.1 to 2.3.0
Bumps `squareup-kotlin-poet` from 1.18.1 to 2.3.0.
Updates `com.squareup:kotlinpoet-ksp` from 1.18.1 to 2.3.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.3.0)
Updates `com.squareup:kotlinpoet` from 1.18.1 to 2.3.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.3.0)
---
updated-dependencies:
- dependency-name: com.squareup:kotlinpoet-ksp
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: com.squareup:kotlinpoet
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix test expectation for KotlinPoet 2.x formatting change
KotlinPoet 2.0+ no longer auto-wraps long strings to newlines,
so update the expected output in RemoteFeatureConfigCheckBuilderTest
to match the single-line IllegalArgumentException message format.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Bradbury <nick.bradbury@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 73c8fbe commit 5c1393c
2 files changed
Lines changed: 3 additions & 5 deletions
File tree
- gradle
- libs/processors/src/test/kotlin/org/wordpress/android/processor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
0 commit comments