MetaView icon indicating copy to clipboard operation
MetaView copied to clipboard

Package separation

Open brakzog opened this issue 3 years ago • 1 comments

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 could have the opportunity to also have a package separation.

Could it be possible to add it ?

brakzog avatar Jul 08 '22 09:07 brakzog

Hey, glad you're getting some use out of it!

At some point I do intend to add a feature to properly work with Kotlin package directives. I'm afraid I can't give a definite timeline, however.

In the meantime, you might be able to get the functionality you need from the target property if your classes are separated by folder.

classTree {
    target = file(projectDir.path + "/src/main/kotlin/<your subfolder>")
}

xcporter avatar Jul 08 '22 14:07 xcporter