From 8325c1a2df9ec2ef27944e98dd40b9288a6fd16a Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 11 Mar 2016 12:32:38 +0300 Subject: [PATCH] Setup proguard rules for new xstream library --- compiler/compiler.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/compiler.pro b/compiler/compiler.pro index cf65d9aed68..22354ac4c9b 100644 --- a/compiler/compiler.pro +++ b/compiler/compiler.pro @@ -1,6 +1,7 @@ -injars '/kotlin-compiler-before-shrink.jar'( !com/thoughtworks/xstream/converters/extended/ISO8601**, !com/thoughtworks/xstream/converters/reflection/CGLIBEnhancedConverter**, +!com/thoughtworks/xstream/io/xml/JDom**, !com/thoughtworks/xstream/io/xml/Dom4J**, !com/thoughtworks/xstream/io/xml/Xom**, !com/thoughtworks/xstream/io/xml/Wstx**, @@ -8,6 +9,7 @@ !com/thoughtworks/xstream/io/xml/BEAStax**, !com/thoughtworks/xstream/io/json/Jettison**, !com/thoughtworks/xstream/mapper/CGLIBMapper**, +!com/thoughtworks/xstream/mapper/LambdaMapper**, !org/apache/log4j/jmx/Agent*, !org/apache/log4j/net/JMS*, !org/apache/log4j/net/SMTP*,