We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e7353 commit b2c2b1fCopy full SHA for b2c2b1f
configuration/consumer-rules.pro
@@ -4,4 +4,10 @@
4
-keep class com.amplifyframework.** { *; }
5
6
# We check for specific engine classes on the classpath to determine whether Amplify should use OkHttp4 instead of OkHttp5
7
--keepnames class aws.smithy.kotlin.runtime.http.engine.okhttp4.*
+-keepnames class aws.smithy.kotlin.runtime.http.engine.okhttp4.*
8
+
9
+# OkHttp4 will not be present if not explicitly added by the customer, don't warn if it's missing
10
+-dontwarn aws.smithy.kotlin.runtime.http.engine.okhttp4.OkHttp4Engine
11
12
+# This Tink annotation is missing from an upstream dependency
13
+-dontwarn com.google.errorprone.annotations.Immutable
0 commit comments