MetaView icon indicating copy to clipboard operation
MetaView copied to clipboard

A tool to parse Kotlin code into UML diagrams

Results 2 MetaView issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thanks for this awesome plugin. After using it, I noticed that I have every classes in my class diagram but it could be great if we...

Thanks for awesome tool. Sealed class: ``` @Serializable sealed class ErrorDTO { @Serializable @SerialName(Reason.WRONG_LOGIN_LENGTH) data class WrongLoginLength( @SerialName("count") val count: Int, @SerialName("minCount") val minCount: Int, @SerialName("maxCount") val maxCount: Int )...