You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping things have potentially changed since this: #678
I tried using the work around described there, but to no success.
My use case is as follows:
I am writing a framework to be used during the testing process of IOS and Android. Within this process I will need to perform several network calls (for authentication reasons) before my tests can execute, and thus I need to run Ktor in a blocking manner.
Is there any work arounds, etc. that can be done to support this?
The text was updated successfully, but these errors were encountered:
Sometimes only network call methods should be exposed not whole MV* pattern in kotlin native multiplatform shared code. So I think this is very necessary feature.
I was hoping things have potentially changed since this: #678
I tried using the work around described there, but to no success.
My use case is as follows:
I am writing a framework to be used during the testing process of IOS and Android. Within this process I will need to perform several network calls (for authentication reasons) before my tests can execute, and thus I need to run Ktor in a blocking manner.
Is there any work arounds, etc. that can be done to support this?
The text was updated successfully, but these errors were encountered: