Iirc someone once shared a tool here to visualize ...
# getting-started
s
Iirc someone once shared a tool here to visualize dependency graph of a source file. Ex.
A.kt
->
B.kt
->
C.kt
->
D.kt
From
C.kt
, the tool can tell its dependents are
B.kt
and
A.kt
What is the tool name again? Or if I'm hallucinating, anyone knows such similar tool? thank you color
c