kasem-sm / SlimeKT

An article sharing platform where you can personalize, subscribe to your favorite topics, get daily-read reminders, etc. App built using Kotlin, Dagger Hilt, Room Database, Coroutines, Flow, AndroidX Glance, WorkManager, Coil etc.

Home Page:https://kasem-sm.github.io/SlimeKT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a gradle task to generate modularization graph diagram using graphviz

nirmaljeffrey opened this issue · comments

https://github.com/JakeWharton/SdkSearch/blob/master/gradle/projectDependencyGraph.gradle - this script written by jake wharton will be helpful in generating modularization graph diagram. This script will use different colors codes for kotlin/java module, android module and multiplatform modules.

#126 - @kasem-sm request you to review this PR which is related to #122