zt
11/05/2022, 4:23 AMephemient
11/05/2022, 4:25 AMcomponentN
and copy
if they're not used. it won't remove equals
, hashCode
, toString
.zt
11/05/2022, 4:31 AMephemient
11/05/2022, 4:47 AMephemient
11/05/2022, 5:09 AMequals
, hashCode
, toString
to just call super
, or use ASM manipulation instead of a Kotlin plugin, e.g. https://www.reddit.com/comments/x8z9r1/-/innw882/ could easily be modified for that purposeSergei Rybalkin
03/11/2023, 5:55 PM