Embed ProGuard rules in the jar

This commit is contained in:
Gabriel Ittner
2018-08-19 10:32:00 +02:00
parent 83f60d6bd7
commit 4bbc5b2ff8
3 changed files with 26 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
-keepclassmembers class kotlin.Metadata {
public <methods>;
}