File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
runtime/protocol/http-client-engines/http-client-engine-okhttp4 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Caused by: java.lang.ClassNotFoundException: okhttp3.coroutines.ExecuteAsyncKt
8080 ... 9 more
8181```
8282
83- It likely means you failed to configure the SDK client to use the ` OkHttpEngine4 ` .
84- Please double-check all of your SDK client configurations to ensure ` httpClient = OkHttpEngine4 () ` is configured,
83+ It likely means you failed to configure the SDK client to use the ` OkHttp4Engine ` .
84+ Please double-check all of your SDK client configurations to ensure ` httpClient = OkHttp4Engine () ` is configured,
8585and if the problem persists, [ open an issue] ( https://github.com/smithy-lang/smithy-kotlin/issues/new/choose ) .
8686
8787### Android R8 / ProGuard Configuration
@@ -93,4 +93,4 @@ ERROR: R8: Missing class okhttp3.coroutines.ExecuteAsyncKt (referenced from: jav
9393You'll need to add the following rule to either ` proguard-rules.pro ` or ` consumer-rules.pro ` , depending on your project structure:
9494```
9595-dontwarn okhttp3.coroutines.ExecuteAsyncKt
96- ```
96+ ```
You can’t perform that action at this time.
0 commit comments