问题
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.
回答1:
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)
来源:https://stackoverflow.com/questions/33599780/generate-kotlin-class-diagram