-
-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependency dev.drewhamilton.poko to v0.21.0 #500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/poko
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
563dd7f to
65cf1a2
Compare
65cf1a2 to
1991d65
Compare
1991d65 to
199c548
Compare
199c548 to
5dd590b
Compare
5dd590b to
c97bb60
Compare
c97bb60 to
594dd49
Compare
594dd49 to
6e7378d
Compare
6e7378d to
075c937
Compare
075c937 to
51f0174
Compare
51f0174 to
5cd8b00
Compare
dd1636f to
6642183
Compare
6642183 to
4792e82
Compare
4792e82 to
da112a5
Compare
da112a5 to
03ef98d
Compare
| datasource | package | from | to | | ---------- | --------------------------------------------------------- | ------ | ------ | | maven | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.17.2 | 0.21.0 |
03ef98d to
1bdf6a7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.17.2→0.21.0Release Notes
drewhamilton/Poko (dev.drewhamilton.poko)
v0.21.0Compare Source
2025-12-16
Update compiler plugin ID to "dev.drewhamilton.poko" (was previously "poko-compiler-plugin").
Deprecate
@SkipSupportannotation and stop requiring it for using@Poko.Skipannotation. Updatedeprecation level of
@ArrayContentSupportand@ArrayContentBasedtoERROR.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.2Compare Source
2025-11-19
Compile with Kotlin 2.2.21. Add forward compatibility with Kotlin 2.3.0-RC.
v0.20.1Compare Source
2025-10-16
Add ability to generate a subset of Poko functions with
@Poko.EqualsAndHashCodeand@Poko.ToString. Apply one of these to a class instead of the standard@Pokoannotation, and onlythe 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.0Compare 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.3Compare 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.2Compare Source
2025-07-21
Fix forward compatibility with Kotlin 2.2.20-Beta1. Compatibility was broken for some consumers.
v0.19.1Compare Source
2025-07-11
Add forward compatibility with Kotlin 2.2.20-Beta1.
v0.19.0Compare Source
2025-06-25
Compile with Kotlin 2.2.0.
Drop support for Kotlin 2.1 due to incompatibility.
v0.18.7Compare Source
2025-05-16
Fix bug in generated
toStringfor@ReadArrayContentproperties 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.6Compare Source
2025-04-16
Add forward compatibility with Kotlin 2.2.0-Beta1.
v0.18.5Compare 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.4Compare Source
2025-03-27
Fix compilation error with
@Poko actualclasses.v0.18.3Compare Source
2025-03-26
Fix a bug where Poko functions declared
finalin the Poko class's supertype would be overridden.Fix compilation error when Poko functions are declared
abstractin 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.2Compare Source
2024-12-27
Add forward compatibility with Kotlin 2.1.20-Beta1.
v0.18.1Compare Source
2024-12-13
Add ability to skip individual properties with
@Poko.Skip. These properties will be omitted fromall generated functions. This feature is experimental and requires opt-in via
@SkipSupport.Replace
@ArrayContentBasedwith@Poko.ReadArrayContent. Add a deprecatedtypealiasfor theformer 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.ReadArrayContentand@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.0Compare Source
2024-12-2
Compile with Kotlin 2.1.0.
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.