Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate Kotlin class diagram

Tags:

kotlin

uml

I'm looking for a tool, Intellij Idea plugin, or whatever that is able to generate UML class diagram from Kotlin source files.

Intellij Idea 15's "Show diagram..." tool only works for .java files.

Google doesn't help, but I still hope there is a chance to find a tool for this.

like image 322
LordScone Avatar asked Nov 08 '15 22:11

LordScone


1 Answers

Actually it works but with limitations: you can click only on a package in the project tree and click "Show Diagram...". Also it generates diagram from the Java point of view (shows Java's signatures and facade classes)

enter image description here

like image 196
Sergey Mashkov Avatar answered Oct 17 '22 21:10

Sergey Mashkov