Commit f27a2e1
committed
Reduce overall build complexity
- Reduce the visibility of multiple Hilt `Module`s and implementations of public interfaces
- Correctly configure the visibility of dependencies:
- `api` when it's part of it's public `api`
- `implementation` when it's part of it's internal `implementation`
- Remove unnecessary dependencies in build.gradle.kts files
- Remove unnecessary dependencies provided by plugins
- Remove unnecessary applied plugins (i.e. roborazzi)
- Sort dependencies in `build.gradle.kts`
- Delete unused entries in `libs.versions.toml`1 parent 63bba2e commit f27a2e1
File tree
76 files changed
+191
-238
lines changed- app-nia-catalog
- app
- build-logic/convention/src/main/kotlin
- com/google/samples/apps/nowinandroid
- core
- analytics
- src
- demo/kotlin/com/google/samples/apps/nowinandroid/core/analytics
- main/kotlin/com/google/samples/apps/nowinandroid/core/analytics
- prod/kotlin/com/google/samples/apps/nowinandroid/core/analytics
- common
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/network/di
- data-test
- database
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/database
- util
- datastore-proto
- datastore-test
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/datastore/test
- datastore
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/datastore
- di
- data
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/data
- di
- repository
- util
- designsystem
- domain
- model
- network
- src
- demo/kotlin/com/google/samples/apps/nowinandroid/core/network/di
- main/kotlin/com/google/samples/apps/nowinandroid/core/network
- di
- retrofit
- prod/kotlin/com/google/samples/apps/nowinandroid/core/network/di
- notifications
- src
- demo/kotlin/com/google/samples/apps/nowinandroid/core/notifications
- main/kotlin/com/google/samples/apps/nowinandroid/core/notifications
- prod/kotlin/com/google/samples/apps/nowinandroid/core/notifications
- testing
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/testing/di
- ui
- feature
- bookmarks
- foryou
- interests
- search
- settings
- topic
- gradle
- sync
- sync-test
- src/main/kotlin/com/google/samples/apps/nowinandroid/core/sync/test
- work
- src
- demo/kotlin/com/google/samples/apps/nowinandroid/sync/di
- main/kotlin/com/google/samples/apps/nowinandroid/sync
- status
- workers
- prod/kotlin/com/google/samples/apps/nowinandroid/sync
- di
- services
- status
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+191
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 102 | | |
113 | | - | |
114 | 103 | | |
115 | 104 | | |
116 | | - | |
| 105 | + | |
117 | 106 | | |
118 | | - | |
119 | 107 | | |
120 | | - | |
121 | 108 | | |
122 | | - | |
123 | 109 | | |
124 | 110 | | |
125 | 111 | | |
126 | 112 | | |
127 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
128 | 117 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 118 | | |
133 | | - | |
134 | | - | |
| 119 | + | |
135 | 120 | | |
| 121 | + | |
136 | 122 | | |
137 | | - | |
138 | | - | |
139 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
140 | 135 | | |
141 | 136 | | |
142 | 137 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 43 | | |
58 | 44 | | |
59 | 45 | | |
60 | 46 | | |
61 | | - | |
62 | | - | |
63 | 47 | | |
64 | 48 | | |
65 | 49 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
32 | 31 | | |
0 commit comments