I'm curious: Has anyone tried making use of kotlinpoet for codegen in an arrow meta plugin?
I am attempting to do this currently -- yet am having some
issues with the interactions between the Psi API and kotlinpoet.
Asking on the
kotlinpoet repo I've found some help with this issue, but I was thinking if there's anyone else who has tried this in arrow meta, I might be able to dog up some more helpful examples/utilities.