For KMP, is there a tool similar to Flipper that lets you both observe network requests and mock API responses or endpoints during development?
t
Tóth István Zoltán
07/17/2025, 8:50 AM
I guess that depends on what communication stack you use. KMP itself does not contain any comm. stacks. Ktor has a tracing request feature for example: https://ktor.io/docs/client-call-id.html