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 5a93150 commit 00021adCopy full SHA for 00021ad
app/proguard-rules.pro
@@ -22,8 +22,13 @@
22
23
# remove kotlin null checks
24
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
25
- static void checkParameterIsNotNull(java.lang.Object, java.lang.String);
26
- static void checkNotNullParameter(java.lang.Object, java.lang.String);
+ static void checkNotNull(...);
+ static void checkExpressionValueIsNotNull(...);
27
+ static void checkNotNullExpressionValue(...);
28
+ static void checkReturnedValueIsNotNull(...);
29
+ static void checkFieldIsNotNull(...);
30
+ static void checkParameterIsNotNull(...);
31
+ static void checkNotNullParameter(...);
32
}
33
34
# Uncomment this to preserve the line number information for
0 commit comments