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
80
80
... 9 more
81
81
```
82
82
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,
85
85
and if the problem persists, [ open an issue] ( https://github.com/smithy-lang/smithy-kotlin/issues/new/choose ) .
86
86
87
87
### Android R8 / ProGuard Configuration
@@ -93,4 +93,4 @@ ERROR: R8: Missing class okhttp3.coroutines.ExecuteAsyncKt (referenced from: jav
93
93
You'll need to add the following rule to either ` proguard-rules.pro ` or ` consumer-rules.pro ` , depending on your project structure:
94
94
```
95
95
-dontwarn okhttp3.coroutines.ExecuteAsyncKt
96
- ```
96
+ ```
You can’t perform that action at this time.
0 commit comments