Add depencency graph to docs

This commit is contained in:
MM20
2022-10-12 21:19:30 +02:00
parent bcda89c211
commit fc09cb4783
5 changed files with 425 additions and 1 deletions

View File

@@ -33,4 +33,6 @@ allprojects {
tasks.create<Delete>("clean") {
delete(rootProject.buildDir)
}
}
apply(from = "docs/deps-graph.gradle")