Is there way to visualize a Kotlin project as UML ...
# intellij
m
Is there way to visualize a Kotlin project as UML or something like that?
k
Yes, UML diagrams kind of work for Kotlin too: https://www.jetbrains.com/help/idea/class-diagram.html
m
Ah, thank you! Incredibly buggy and bad UX but it’s a start 😄
k
Yeah I agree, it's a big contrast with the rest of InteliJ.
a
It's kind of not supported officially, see https://youtrack.jetbrains.com/issue/KT-9937
m
Thanks, voted 🙂