Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-nia-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ graph TB
:app-nia-catalog -.-> :core:designsystem
:app-nia-catalog -.-> :core:ui
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model

classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
Expand Down
3 changes: 1 addition & 2 deletions app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ graph TB
:app -.-> :sync:work
:benchmarks -.->|testedApks| :app
:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -103,7 +102,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:bookmarks:api --> :core:navigation
:feature:bookmarks:impl -.-> :core:data
Expand Down
3 changes: 1 addition & 2 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ graph TB
:app -.-> :sync:work
:benchmarks -.->|testedApks| :app
:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -103,7 +102,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:bookmarks:api --> :core:navigation
:feature:bookmarks:impl -.-> :core:data
Expand Down
1 change: 0 additions & 1 deletion core/data-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
1 change: 0 additions & 1 deletion core/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
1 change: 0 additions & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ android {
}

dependencies {
api(projects.core.common)
api(projects.core.database)
api(projects.core.datastore)
api(projects.core.network)
Expand Down
1 change: 0 additions & 1 deletion core/domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
1 change: 0 additions & 1 deletion core/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
2 changes: 1 addition & 1 deletion core/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ graph TB
end

:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model

classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
Expand Down
4 changes: 3 additions & 1 deletion core/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ android {

dependencies {
api(libs.androidx.metrics)

api(projects.core.analytics)
api(projects.core.designsystem)
api(projects.core.model)

implementation(projects.core.designsystem)

implementation(libs.androidx.browser)
implementation(libs.coil.kt)
implementation(libs.coil.kt.compose)
Expand Down
3 changes: 1 addition & 2 deletions feature/bookmarks/impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -54,7 +53,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:bookmarks:api --> :core:navigation
:feature:bookmarks:impl -.-> :core:data
Expand Down
3 changes: 1 addition & 2 deletions feature/foryou/impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -57,7 +56,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:foryou:api --> :core:navigation
:feature:foryou:impl -.-> :core:designsystem
Expand Down
1 change: 0 additions & 1 deletion feature/search/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
3 changes: 1 addition & 2 deletions feature/search/impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -61,7 +60,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:interests:api --> :core:navigation
:feature:search:api -.-> :core:domain
Expand Down
3 changes: 1 addition & 2 deletions feature/settings/impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand All @@ -48,7 +47,7 @@ graph TB
:core:notifications -.-> :core:common
:core:notifications --> :core:model
:core:ui --> :core:analytics
:core:ui --> :core:designsystem
:core:ui -.-> :core:designsystem
:core:ui --> :core:model
:feature:settings:impl -.-> :core:data
:feature:settings:impl -.-> :core:designsystem
Expand Down
1 change: 0 additions & 1 deletion sync/sync-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
1 change: 0 additions & 1 deletion sync/work/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ graph TB
end

:core:data -.-> :core:analytics
:core:data --> :core:common
:core:data --> :core:database
:core:data --> :core:datastore
:core:data --> :core:network
Expand Down
Loading