Is it technically feasible to use the `MockEngine`...
# ktor
m
Is it technically feasible to use the
MockEngine
inside of an XCTest from iOS? If so, would you need to build the
ktor-client-mock
library into your shared framework to do so? It seems like building that into another framework would not be possible due to the way the libraries are compiled.