Commit 1b238cf
fix(snapshot): Move dependency addition outside onVariants loop
testImplementation is a global configuration, not per-variant.
Move the ComposablePreviewScanner dependency addition to
afterEvaluate (gated on enabled) so it runs once instead of
once per variant.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent efb2185 commit 1b238cf
1 file changed
Lines changed: 9 additions & 5 deletions
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments