drewhamilton / Poko

A Kotlin compiler plugin that generates equals, hashCode, and toString for plain old Kotlin objects in public APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Kotlin 1.4.20+

drewhamilton opened this issue · comments

Compilation fails starting from Kotlin 1.4.20.

Unresolved reference: genStringBuilderConstructor

See ZacSweers/redacted-compiler-plugin#31 for reference of a similar fix.