Hi all. I've got a large kotlin codebase that is b...
# detekt
j
Hi all. I've got a large kotlin codebase that is being modularized and I was thinking that having a graphviz of the source would be very useful for analysis. My vague idea is to transform the AST into GEXF. Does it sound like a bad idea to try and hook into detekt to build a graph and export it at the end?