My task is to add to every http post request, which is being send via the ktor client, specific parameters to the body. When I was using retrofit, I did this easily by using Interceptors. Due to switch to KMM, we need to convert those interceptors to kTor.
I tried it but it failed until now and currently I'm a little bit helpless how to fix this issue.