Do you know of a good way to test code generated w...
# squarelibraries
p
Do you know of a good way to test code generated with kotlinpoet? I want to make sure the generated classes compile and can be instantiated. My current solution to this (based on JSR 223) is very painful.