From 94a142ab61e36c7b6486e5dd9ba81c702b3c426c Mon Sep 17 00:00:00 2001 From: kirich1409 Date: Thu, 19 Sep 2024 21:57:47 +0300 Subject: [PATCH] Code for video sample --- README.md | 4 +--- build.gradle.kts | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6064e52..e75b086 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ } }%% -graph LR +graph RL subgraph :core :core:common["common"] :core:uikit["uikit"] @@ -15,12 +15,10 @@ graph LR subgraph :features:news-main :features:news-main:ui["ui"] end - :shared --> :compose-app :compose-app --> :features:news-main:ui :compose-app --> :core:common :compose-app --> :core:uikit :app --> :compose-app - :desktop --> :compose-app classDef focus fill:#769566,stroke:#fff,stroke-width:2px,color:#fff; class :compose-app focus diff --git a/build.gradle.kts b/build.gradle.kts index 21cab5d..367211c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,4 @@ +import dev.iurysouza.modulegraph.Orientation import io.gitlab.arturbosch.detekt.extensions.DetektExtension // Top-level build file where you can add configuration options common to all sub-projects/modules. @@ -58,13 +59,13 @@ moduleGraphConfig { readmePath.set("./README.md") heading = "### Module Graph" // showFullPath.set(false) // optional - // orientation.set(Orientation.LEFT_TO_RIGHT) //optional + orientation.set(Orientation.RIGHT_TO_LEFT) //optional // linkText.set(LinkText.NONE) // optional // setStyleByModuleType.set(true) // optional // excludedConfigurationsRegex.set(".*test.*") // optional // excludedModulesRegex.set(".*moduleName.*") // optional // focusedModulesRegex.set(".*(projectName).*") // optional - // rootModulesRegex.set(".*moduleName.*") // optional + rootModulesRegex.set(".*app.*") // optional // theme.set(Theme.NEUTRAL) // optional // or you can fully customize it by using the BASE theme: // Theme.BASE(