Dallas Phillips

Results 12 issues of Dallas Phillips

**Describe the bug** I have an interface `IInventoryManager` that has an impl `HttpInventoryManager` both defined in *commonMain* of my CMP project. `HttpInventoryManager` has a dependency on a `IHttpClientFactory` that should...

**Describe the bug** I am working on a multiplatform project primarily focusing on Android at the moment. In `commonMain`, I have an interface `IHttpClientFactory` that has an implementation defined in...