Search code examples
javakotlinumldata-modelingclass-diagram

How do I generate Diagrams and UML of Kotlin code?


How do I generate UML and diagrams for Kotlin code? I don't think getting the paid version of Intellij is an option for me. I have been trying Intellij plugins and I haven't found anything that works yet.

I would like to generate the diagrams and uml from the Kotlin code I have already written. A tool like this would save me a lot of time.

Thanks


Solution

  • 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