Skip to content

Commit 00021ad

Browse files
committed
Remove kotlin null checks in release build
1 parent 5a93150 commit 00021ad

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/proguard-rules.pro

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@
2222

2323
# remove kotlin null checks
2424
-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);
25+
static void checkNotNull(...);
26+
static void checkExpressionValueIsNotNull(...);
27+
static void checkNotNullExpressionValue(...);
28+
static void checkReturnedValueIsNotNull(...);
29+
static void checkFieldIsNotNull(...);
30+
static void checkParameterIsNotNull(...);
31+
static void checkNotNullParameter(...);
2732
}
2833

2934
# Uncomment this to preserve the line number information for

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy