Is there a way to retrieve and implement interface...
# ksp
c
Is there a way to retrieve and implement interface methods for override in a class, or do I need to write the signatures out literally?
n
As I know there is no such KSP utility function (and I haven't seen in kotlinpoet, either). (Maybe others will correct me 🙂 )
c
Thanks 🙂