Skip to content

Update dependency dev.drewhamilton.poko to v0.22.1#443

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/poko
Open

Update dependency dev.drewhamilton.poko to v0.22.1#443
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/poko

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Confidence
dev.drewhamilton.poko 0.18.70.22.1 age confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.22.1

Compare Source

2026-04-24

Compile with Kotlin 2.3.21. Implement forward compatibility with Kotlin 2.4.0-Beta2.

v0.22.0

Compare Source

2026-03-16

Convert PokoPluginExtension from abstract class to interface.

Increase deprecation level of @SkipSupport annotation from WARNING to ERROR. Increase
deprecation level of @ArrayContentBased annotation from ERROR to HIDDEN.

Compile with Kotlin 2.3.20.

Drop support for Kotlin 2.3.0 and 2.3.10 due to incompatibility.

v0.21.3

Compare Source

2026-03-02

Fix bug where Poko would not automatically add the poko-annotations dependency when used with
Android Gradle Plugin 9+.

v0.21.2

Compare Source

2026-02-27

Add Poko annotations to all Java source sets by default.

Compile with Kotlin 2.3.10. Add forward compatibility with Kotlin 2.4.0-dev-3806. This should allow
Poko to work correctly with IntelliJ 2026 preview builds.

v0.21.1

Compare Source

2026-01-08

Fix Gradle plugin compatibility with Gradle isolated projects.

Add forward compatibility with Kotlin 2.3.20-Beta1.

v0.21.0

Compare Source

2025-12-16

Update compiler plugin ID to "dev.drewhamilton.poko" (was previously "poko-compiler-plugin").

Deprecate @SkipSupport annotation and stop requiring it for using @Poko.Skip annotation. Update
deprecation level of @ArrayContentSupport and @ArrayContentBased to ERROR.

Compile with Kotlin 2.3.0. Compile with Java 25, except for the Gradle plugin, which is compiled
with Java 24.

Drop support for Kotlin 2.2 due to incompatibility. Increase the minimum supported Gradle version to
9.0.0.

v0.20.2

Compare Source

2025-11-19

Compile with Kotlin 2.2.21. Add forward compatibility with Kotlin 2.3.0-RC.

v0.20.1

Compare Source

2025-10-16

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and
@Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only
the respective function(s) will be generated by the Poko plugin. This feature is experimental and
requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

v0.20.0

Compare Source

2025-09-11

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

v0.19.3

Compare Source

2025-07-25

Update the Poko Gradle plugin to target Kotlin 2.1, to ensure compatibility with Gradle's embedded
Kotlin version (currently 2.0.21).
This does not affect the Kotlin version of Poko itself, which is currently 2.2.0.

v0.19.2

Compare Source

2025-07-21

Fix forward compatibility with Kotlin 2.2.20-Beta1. Compatibility was broken for some consumers.

v0.19.1

Compare Source

2025-07-11

Add forward compatibility with Kotlin 2.2.20-Beta1.

v0.19.0

Compare Source

2025-06-25

Compile with Kotlin 2.2.0.

Drop support for Kotlin 2.1 due to incompatibility.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate-bot labels Jun 26, 2025
@renovate renovate Bot enabled auto-merge (squash) June 26, 2025 04:23
@renovate renovate Bot requested a review from hoc081098 June 26, 2025 04:23
@renovate renovate Bot force-pushed the renovate/poko branch from 74de410 to 7609009 Compare July 11, 2025 17:36
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.19.0 Update dependency dev.drewhamilton.poko to v0.19.1 Jul 11, 2025
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.19.1 Update dependency dev.drewhamilton.poko to v0.19.2 Jul 21, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from 7609009 to f02eb96 Compare July 21, 2025 21:02
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.19.2 Update dependency dev.drewhamilton.poko to v0.19.3 Jul 25, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from f02eb96 to eea64b2 Compare July 25, 2025 20:59
@renovate renovate Bot force-pushed the renovate/poko branch 2 times, most recently from 5af6179 to 00fe841 Compare September 12, 2025 07:54
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.19.3 Update dependency dev.drewhamilton.poko to v0.20.0 Sep 12, 2025
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.20.0 Update dependency dev.drewhamilton.poko to v0.20.1 Oct 16, 2025
@renovate renovate Bot force-pushed the renovate/poko branch 2 times, most recently from 85ce2b1 to ed9990a Compare November 20, 2025 04:45
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.20.1 Update dependency dev.drewhamilton.poko to v0.20.2 Nov 20, 2025
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.20.2 Update dependency dev.drewhamilton.poko to v0.21.0 Dec 16, 2025
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.21.0 Update dependency dev.drewhamilton.poko to v0.21.1 Jan 9, 2026
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.21.1 Update dependency dev.drewhamilton.poko to v0.21.2 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/poko branch from 92a1f90 to e11c364 Compare March 2, 2026 22:01
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.21.2 Update dependency dev.drewhamilton.poko to v0.21.3 Mar 2, 2026
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.21.3 Update dependency dev.drewhamilton.poko to v0.22.0 Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/poko branch from e11c364 to 603be1f Compare March 16, 2026 20:57
| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.18.7 | 0.22.1 |
@renovate renovate Bot force-pushed the renovate/poko branch from 603be1f to 36b9710 Compare April 25, 2026 04:53
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.22.0 Update dependency dev.drewhamilton.poko to v0.22.1 Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant