Fix proguarding of jline library in compiler

#KT-32234 fixed
#KT-32259 fixed
This commit is contained in:
Ilya Chernikov
2019-07-01 17:38:33 +02:00
parent 3f28b71509
commit 72b68ee683
6 changed files with 12 additions and 2 deletions
+2
View File
@@ -265,6 +265,8 @@ messages/**)
-keep class org.jline.reader.History { *; }
-keep class org.jline.reader.EndOfFileException { *; }
-keep class org.jline.reader.UserInterruptException { *; }
-keep class org.jline.terminal.impl.jna.JnaSupportImpl { *; }
-keep class org.jline.terminal.impl.jansi.JansiSupportImpl { *; }
-keepclassmembers class * implements java.io.Serializable {
static final long serialVersionUID;