Hi team -- I am writing an Anvil CodeGenerator and...
# squarelibraries
d
Hi team -- I am writing an Anvil CodeGenerator and trying to add an annotation with a member that has an array value i.e.
@Annotation(x=[a,b,c])
. Everything I've seen online is pretty roundabout, is there something in KotlinPoet or the like that will allow me to do this?