Keep members of com.google.common dependencies intact

It is a workaround for KTI-298
#KT-40354 In progress
This commit is contained in:
Jim Sproch
2020-07-15 05:03:33 -07:00
committed by Stanislav Erokhin
parent 236dfe60f1
commit 814bd48148
+3
View File
@@ -100,6 +100,9 @@
public protected *;
}
# temporary workaround for KTI-298
-keepclassmembers class com.google.common.** { *; }
-keep class org.jetbrains.kotlin.container.** { *; }
-keep class org.jetbrains.org.objectweb.asm.Opcodes { *; }