mirror of
https://github.com/square/okhttp.git
synced 2025-04-19 07:42:15 +03:00
* Move coroutines extensions to okhttp3.coroutines This has the side-effect of fixing our packaging of this module. Previously the okhttp-coroutines.jar contained the code from the :okhttp artifact, not the :okhttp-coroutines artifact. I suspect something in one of our build steps is incorrectly using the package names (only) as a cache key, and it should instead be using the package contents. * apiDump
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
public final class okhttp3/coroutines/ExecuteAsyncKt {
|
|
public static final fun executeAsync (Lokhttp3/Call;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
}
|
|
|