With Tuist's µFeature Architecture? #147
kimxwan0319
started this conversation in
General
Replies: 2 comments
-
One way to solve this is to store extensions inheriting TestDependencyKey and implementing testValue in the interface module. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I came across the same question, and I ended up implementing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use swift-dependencies with MFA
Is there anyone who can share my concerns?
DependencyKey
and implementingliveValue
-> Source moduleTestDependencyKey
and implementingtestValue
-> Testing moduleDependencyKey
orTestDependencyKey
.But how can other services that do not directly depend on the source of a particular service use its dependencies?
Beta Was this translation helpful? Give feedback.
All reactions