-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency dev.drewhamilton.poko to v0.21.1 #40
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
trunk
Choose a base branch
from
renovate/kotlin.poko
base: trunk
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
d63d5d6 to
9d08ad6
Compare
9d08ad6 to
96c96c8
Compare
96c96c8 to
09a1f80
Compare
09a1f80 to
2d1247f
Compare
2d1247f to
f591956
Compare
f591956 to
3887f0b
Compare
3887f0b to
7e376c0
Compare
7e376c0 to
c951518
Compare
c951518 to
c4c3bac
Compare
c4c3bac to
981cdec
Compare
981cdec to
5982d58
Compare
5982d58 to
a7830cd
Compare
a7830cd to
cd8f80d
Compare
cd8f80d to
a648dcc
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.18.2→0.21.1Release Notes
drewhamilton/Poko (dev.drewhamilton.poko)
v0.21.1Compare Source
2026-01-08
Fix Gradle plugin compatibility with Gradle isolated projects.
Add forward compatibility with Kotlin 2.3.20-Beta1.
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.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Seoul, 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.