what is the proper way to use `kotlinpoet` in a pr...
# squarelibraries
l
what is the proper way to use
kotlinpoet
in a project ? i get that i can compile code that generates a string that contains kotlin code, but that code then needs to be compiled as well. is there a way to set up some sort of 2step compilation or do i manually need to write that code to a file and then manually compile it with the rest of the project ?