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 2b913f4 commit a8dca76Copy full SHA for a8dca76
substrata-kotlin/consumer-rules.pro
@@ -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