reactormonk
07/12/2022, 12:24 PMinspect? Where you get a full dump of a class, not just the toStringKlitos Kyriacou
07/12/2022, 1:02 PMJson.serializeToString from the kotlinx.serialization library. If you don't want to use that, there's ToStringBuilder + RecursiveToStringStyle from Apache commons.MR3Y
07/12/2022, 1:42 PMIrModuleFragment.dump() on any class/file which should give you the full dump of the file, see: https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-2 for a referencereactormonk
07/12/2022, 1:45 PMreactormonk
07/12/2022, 1:45 PMdmitriy.novozhilov
07/12/2022, 5:27 PMMR3Y
07/12/2022, 5:42 PM