Getting Started - xcporter/MetaView GitHub Wiki
Basic Configuration
Install Gradle Plugin
plugins {
id "com.xcporter.metaview" version "0.0.5"
}
Configure Plugin
Here is a bare minimum configuration for the generateUml task to be added to your gradle project
generateUml {
classTree {}
}