Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Update poko to v0.23.1#500

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

Update poko to v0.23.1#500
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/poko

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.23.1

Compare Source

2026-06-04

Restore compatibility with 2.4.0-dev, to maintain support for IntelliJ 2026.1. Add firIdeMode
configuration option to disable FIR generation and/or checks in the IDE, to protect against future
breaking changes in the IDE Kotlin version.

v0.23.0

Compare Source

2026-06-03

Increase deprecation level of @SkipSupport and @ArrayContentSupport annotations from ERROR to
HIDDEN.

Compile with Kotlin 2.4.0. Drop support for Kotlin 2.3 due to incompatibility. Drop support for
non-K2 compilation, i.e. language level 1.9.

Target Gradle 9.5.

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.

v0.18.7

Compare Source

2025-05-16

Fix bug in generated toString for @ReadArrayContent properties on Poko classes targeting JS:
array properties would print a value of "[...]" instead of their actual content.

Compile with Kotlin 2.1.21. Add forward compatibility with Kotlin 2.2.0-RC. Compile with Java 23.

v0.18.6

Compare Source

2025-04-16

Add forward compatibility with Kotlin 2.2.0-Beta1.

v0.18.5

Compare Source

2025-03-31

Fix compilation error when defining a Poko class with multiple super-interfaces while using
languageVersion = KotlinVersion.KOTLIN_1_9.

v0.18.4

Compare Source

2025-03-27

Fix compilation error with @Poko actual classes.

v0.18.3

Compare Source

2025-03-26

Fix a bug where Poko functions declared final in the Poko class's supertype would be overridden.
Fix compilation error when Poko functions are declared abstract in the Poko class's supertype(s).

Under the hood, generate Poko functions with FIR-based declarations backed by IR-based function
bodies. This allows K2-based IDEs to recognize the overridden functions.

Compile with Kotlin 2.1.20.

v0.18.2

Compare Source

2024-12-27

Add forward compatibility with Kotlin 2.1.20-Beta1.

v0.18.1

Compare Source

2024-12-13

Add ability to skip individual properties with @Poko.Skip. These properties will be omitted from
all generated functions. This feature is experimental and requires opt-in via @SkipSupport.

Replace @ArrayContentBased with @Poko.ReadArrayContent. Add a deprecated typealias for the
former to aid migration.

Add support for use optional property-level features with custom Poko annotation. Nested annotations
with the same name as the optional feature, such as @MyData.ReadArrayContent and
@MyData.Skip, will be respected.

Fix issue with FIR checkers. K2-enabled IDEs should now highlight Poko errors and warnings in
consumer source code.

v0.18.0

Compare Source

2024-12-2

Compile with Kotlin 2.1.0.


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 enabled auto-merge (squash) March 15, 2025 10:49
@renovate renovate Bot requested a review from hoc081098 March 15, 2025 10:49
@renovate renovate Bot force-pushed the renovate/poko branch from 563dd7f to 65cf1a2 Compare March 27, 2025 01:04
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.2 Update dependency dev.drewhamilton.poko to v0.18.3 Mar 27, 2025
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.3 Update dependency dev.drewhamilton.poko to v0.18.4 Mar 28, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from 65cf1a2 to 1991d65 Compare March 28, 2025 00:59
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.4 Update dependency dev.drewhamilton.poko to v0.18.5 Mar 31, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from 1991d65 to 199c548 Compare March 31, 2025 17:10
@renovate renovate Bot force-pushed the renovate/poko branch from 199c548 to 5dd590b Compare April 16, 2025 21:24
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.5 Update dependency dev.drewhamilton.poko to v0.18.6 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from 5dd590b to c97bb60 Compare May 16, 2025 20:47
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.6 Update dependency dev.drewhamilton.poko to v0.18.7 May 16, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from c97bb60 to 594dd49 Compare June 26, 2025 04:15
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.18.7 Update dependency dev.drewhamilton.poko to v0.19.0 Jun 26, 2025
@renovate renovate Bot force-pushed the renovate/poko branch from 594dd49 to 6e7378d Compare July 11, 2025 17:40
@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 force-pushed the renovate/poko branch from 6e7378d to 075c937 Compare July 21, 2025 20:54
@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 075c937 to 51f0174 Compare July 25, 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 2 times, most recently from dd1636f to 6642183 Compare September 13, 2025 00:59
@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 13, 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 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 17, 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 ac40d05 to 23cc6be Compare March 3, 2026 00:55
@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 3, 2026
@renovate renovate Bot force-pushed the renovate/poko branch from 23cc6be to 863e8ce Compare March 16, 2026 22:14
@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 863e8ce to ecdaa0b Compare April 25, 2026 05:17
@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
@renovate renovate Bot changed the title Update dependency dev.drewhamilton.poko to v0.22.1 Update poko to v0.22.1 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/poko branch from ecdaa0b to 629ef1d Compare June 4, 2026 00:14
@renovate renovate Bot changed the title Update poko to v0.22.1 Update poko to v0.23.0 Jun 4, 2026
| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.17.2 | 0.23.1 |
@renovate renovate Bot force-pushed the renovate/poko branch from 629ef1d to 2e11266 Compare June 4, 2026 22:27
@renovate renovate Bot changed the title Update poko to v0.23.0 Update poko to v0.23.1 Jun 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant