What issues are you having? I’ve been using PlantUML as a library from Kotlin code for a while on a normal JVM, never had any issues. Might be issues specifically when running on Android, but Kotlin itself shouldn’t be the problem
o
oday
05/30/2019, 7:39 PM
the context here is Android of course, I want to be able to point it to my src directory and have it generate the UML diagram for my classes
oday
05/30/2019, 7:40 PM
ever tried that?
g
ghedeon
05/30/2019, 7:45 PM
Intellij Idea Ultimate built-in tool was the best for Java. Maybe it'll handle Kotlin as well.
c
Casey Brooks
05/30/2019, 7:48 PM
I maintain Orchid, a project for documenting code, especially Kotlin, and have just started having some discussions around adding something like that. Not currently supported out-of-the-box, but is definitely possible with some customization and is quickly becoming a highly desired feature. I would love to hear more about what specifically your’re looking for in these diagrams, if you wanted to share your thoughts in this issue https://github.com/JavaEden/Orchid/issues/275