Update dependency dev.drewhamilton.poko to v0.21.0 - autoclosed#318
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update dependency dev.drewhamilton.poko to v0.21.0 - autoclosed#318renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
37e58ae to
a23d5a9
Compare
a23d5a9 to
5075af6
Compare
5075af6 to
b207779
Compare
b207779 to
a543584
Compare
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
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.19.3->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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.