Update kotlinPoet to v1.18.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.squareup:kotlinpoet-ksp | 1.17.0 -> 1.18.1 |
||||
| com.squareup:kotlinpoet | 1.17.0 -> 1.18.1 |
Release Notes
square/kotlinpoet (com.squareup:kotlinpoet-ksp)
v1.18.1
Thanks to @mitasov-ra for contributing to this release.
// before, doesn't compile due to KT-18706
import com.example.one.`$Foo` as `One$Foo`
import com.example.two.`$Foo` as `Two$Foo`
// now, compiles
import com.example.one.`$Foo` as One__Foo
import com.example.two.`$Foo` as Two__Foo
v1.18.0
Thanks to @DanielGronau for contributing to this release.
- New: Kotlin 2.0.0.
- New: KSP 2.0.0-1.0.22.
- New: Promote
kotlinpoet-metadataout of preview to stable. - New: Migrate
kotlinpoet-metadatato stableorg.jetbrains.kotlin:kotlin-metadata-jvmartifact for Metadata parsing. - New: Make enum entry references in
KSAnnotation.toAnnotationSpec()andKSClassDeclaration.toClassName()more robust. - Fix: Don't expand typealiases of function types to
LambdaTypeNames inKSTypeReference.toTypeName(). - Fix: Avoid rounding small double and float values in
%Ltranslation (#1927). - Fix: Fix typealias type argument resolution in KSP2 (#1929).
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for ods-android canceled.
| Name | Link |
|---|---|
| Latest commit | 1203718e5f2c2bda86548f6b3a4d7ffa85f8c469 |
| Latest deploy log | https://app.netlify.com/sites/ods-android/deploys/6695271f94df020008f4e63c |
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (1.18.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.