Skip to content

Commit a8dca76

Browse files
committed
add proguard rules
1 parent 2b913f4 commit a8dca76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

substrata-kotlin/consumer-rules.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Keep all Substrata and LivePlugins classes
2+
-keep class com.segment.analytics.substrata.kotlin.** { *; }
3+
4+
# Keep native methods - critical for QuickJS JNI integration
5+
-keepclasseswithmembernames class * {
6+
native <methods>;
7+
}

0 commit comments

Comments
 (0)