Skip to content

Commit 4611bc1

Browse files
committed
Keep com.sun.jna.Native
1 parent 42f8a10 commit 4611bc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

diffuse/src/main/rules.txt

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020

2121
# Suppress warnings in R8 internal.
2222
-dontwarn com.android.tools.r8.internal.**
23+
24+
# TODO: Remove this after clikt 4.2.1 is released, see https://github.com/ajalt/mordant/pull/117
25+
-keep class com.sun.jna.** { *; }
26+
-keep class * implements com.sun.jna.** { *; }

0 commit comments

Comments
 (0)