Easily import japx and japxCore without having to import Moya, Alamofire, etc.
Actual Behavior
SPM downloads the whole package and it's dependencies causing dependency resolution issues despite not wanting to use the other targets.
i.e. Want to use japx and japxcore but not japxrxalamofire but still imports all dependencies causing existing alamofire to have dependency resolution issues
Expected Behavior
Easily import japx and japxCore without having to import Moya, Alamofire, etc.
Actual Behavior
SPM downloads the whole package and it's dependencies causing dependency resolution issues despite not wanting to use the other targets.
i.e. Want to use japx and japxcore but not japxrxalamofire but still imports all dependencies causing existing alamofire to have dependency resolution issues
Steps to Reproduce the Problem
1.
Specifications