Current project is setup like this:
App
::Modules
:::FeatureModule
::::NetworkKit (dependency of FeatureModule)
:::::Apollo iOS SDK (dependency of NetworkKit)
Has this been done before? Seems that most add this to the App target and it appears that all the documentation assumes that that is always the case.
My goal is to have this networking layer to be reusable across other apps that use the same GraphQL endpoints.
Thanks