Unclaimed project
Are you a maintainer of Poko? Claim this project to take control of your public changelog and roadmap.
Changelog
A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.
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.